#DD1EA2

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

Shades of Persian Rose #DD1EA2

Tints of Persian Rose #DD1EA2

Color information

#DD1EA2 (or 0xDD1EA2) is unknown color: approx Persian Rose. HEX triplet: DD, 1E and A2. RGB value is (221,30,162). Sum of RGB (Red+Green+Blue) = 221+30+162=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EA2 is #22E15D. Grayscale: #656565. Windows color (decimal): -2285918 or 10624733. OLE color: 10624733.

HSL color Cylindrical-coordinate representation of color #DD1EA2: hue angle of 318.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1EA2 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB22130162-
CMYK00.860.270.13
HSL318.53º76.1%49.22%-
HSV(B)318.53º86.43%86.67%-
XYZ36.818.9135.89-
YUV102.16161.78212.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 30 (12.11% from 255) = 7.26%
BLUE value IS 162 (63.67% from 255) = 39.23%
R=53.51%
G=7.26%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213016200.860.270.13318.5376.149.22
HexDD1EA20561BD13f4c31
Octal335362420126331547711461
Binary110111011111010100010010101101101111011001111111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1EA2; }

 p { color: rgb(221,30,162); }

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

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

 a { background-color: rgb(221,30,162); }

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

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

 span { border-color: rgb(221,30,162); }

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