#df1ea2

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

Shades of Persian Rose #DF1EA2

Tints of Persian Rose #DF1EA2

Color information

#DF1EA2 (or 0xDF1EA2) is unknown color: approx Persian Rose. HEX triplet: DF, 1E and A2. RGB value is (223,30,162). Sum of RGB (Red+Green+Blue) = 223+30+162=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1EA2 is #20E15D. Grayscale: #666666. Windows color (decimal): -2154846 or 10624735. OLE color: 10624735.

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

Color convert

RGB22330162-
CMYK00.870.270.13
HSL318.96º76.28%49.61%-
HSV(B)318.96º86.55%87.45%-
XYZ37.4219.2335.92-
YUV102.76161.44213.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.73%
GREEN value IS 30 (12.11% from 255) = 7.23%
BLUE value IS 162 (63.67% from 255) = 39.04%
R=53.73%
G=7.23%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233016200.870.270.13318.9676.2849.61
HexDF1EA20571BD13f4c32
Octal337362420127331547711462
Binary110111111111010100010010101111101111011001111111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1ea2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1ea2; }

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

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

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

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

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

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

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

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