#df2ec9

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

Shades of Razzle Dazzle Rose #DF2EC9

Tints of Razzle Dazzle Rose #DF2EC9

Color information

#DF2EC9 (or 0xDF2EC9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 2E and C9. RGB value is (223,46,201). Sum of RGB (Red+Green+Blue) = 223+46+201=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2EC9 is #20D136. Grayscale: #747474. Windows color (decimal): -2150711 or 13184735. OLE color: 13184735.

HSL color Cylindrical-coordinate representation of color #DF2EC9: hue angle of 307.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2EC9 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22346201-
CMYK00.790.100.13
HSL307.46º73.44%52.75%-
HSV(B)307.46º79.37%87.45%-
XYZ41.9521.8657.27-
YUV116.59175.64203.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 46 (18.36% from 255) = 9.79%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=47.45%
G=9.79%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234620100.790.100.13307.4673.4452.75
HexDF2EC904FAD1334935
Octal337563110117121546311165
Binary110111111011101100100101001111101011011001100111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df2ec9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df2ec9; }

 p { color: rgb(223,46,201); }

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

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

 a { background-color: rgb(223,46,201); }

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

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

 span { border-color: rgb(223,46,201); }

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