#DD38AA

Color #DD38AA Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #DD38AA

Tints of Persian Rose #DD38AA

Color information

#DD38AA (or 0xDD38AA) is unknown color: approx Persian Rose. HEX triplet: DD, 38 and AA. RGB value is (221,56,170). Sum of RGB (Red+Green+Blue) = 221+56+170=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38AA is #22C755. Grayscale: #767676. Windows color (decimal): -2279254 or 11155677. OLE color: 11155677.

HSL color Cylindrical-coordinate representation of color #DD38AA: hue angle of 318.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38AA is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB22156170-
CMYK00.750.230.13
HSL318.55º70.82%54.31%-
HSV(B)318.55º74.66%86.67%-
XYZ38.4921.140.07-
YUV118.33157.16201.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 56 (22.27% from 255) = 12.53%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=49.44%
G=12.53%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215617000.750.230.13318.5570.8254.31
HexDD38AA04B17D13f4736
Octal335702520113271547710766
Binary1101110111100010101010010010111011111011001111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD38AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD38AA; }

 p { color: rgb(221,56,170); }

 H1.HeaderClassName
 {
   color: #DD38AA;
 }
 .AnyTagClassName
 {
   color: #DD38AA;
 }
</style>
background-color css

<style>
 a { background-color: #DD38AA; }

 a { background-color: rgb(221,56,170); }

 div.DivClassName
 {
   background-color: #DD38AA;
 }
 .BgClassName
 {
   background-color: #DD38AA;
 }
</style>
border-color css

<style>
 span { border-color: #DD38AA; }

 span { border-color: rgb(221,56,170); }

 td.TdClassName
 {
   border-color: #DD38AA;
 }
 .TagClassName
 {
   border-color: #DD38AA;
 }
</style>