#DF39BD

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

Shades of Razzle Dazzle Rose #DF39BD

Tints of Razzle Dazzle Rose #DF39BD

Color information

#DF39BD (or 0xDF39BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 39 and BD. RGB value is (223,57,189). Sum of RGB (Red+Green+Blue) = 223+57+189=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF39BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF39BD is #20C642. Grayscale: #797979. Windows color (decimal): -2147907 or 12401119. OLE color: 12401119.

HSL color Cylindrical-coordinate representation of color #DF39BD: hue angle of 312.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF39BD is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB22357189-
CMYK00.740.150.13
HSL312.29º72.17%54.9%-
HSV(B)312.29º74.44%87.45%-
XYZ41.0822.2950.28-
YUV121.68166200.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 57 (22.66% from 255) = 12.15%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=47.55%
G=12.15%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235718900.740.150.13312.2972.1754.9
HexDF39BD04AFD1384837
Octal337712750112171547011067
Binary110111111110011011110101001010111111011001110001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF39BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF39BD; }

 p { color: rgb(223,57,189); }

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

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

 a { background-color: rgb(223,57,189); }

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

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

 span { border-color: rgb(223,57,189); }

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