Shades of Razzle Dazzle Rose #DF39BD
Tints of Razzle Dazzle Rose #DF39BD
RGB
CMYK
RGB Variations
Color information
#DF39BD (or 0xDF39BD) is known color: 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
| RGB | 223 | 57 | 189 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.13 |
| HSL | 312.29º | 0.72% | 0.55% | - |
| HSV(B) | 312.29º | 0.74% | 0.87% | - |
| XYZ | 41.08 | 22.29 | 50.28 | - |
| YUV | 121.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 189 | 0 | 0.74 | 0.15 | 0.13 | 312.29 | 0.72 | 0.55 |
| Hex | DF | 39 | BD | 0 | 4A | F | D | 138 | 48 | 37 |
| Octal | 337 | 71 | 275 | 0 | 112 | 17 | 15 | 470 | 110 | 67 |
| Binary | 11011111 | 111001 | 10111101 | 0 | 1001010 | 1111 | 1101 | 100111000 | 1001000 | 110111 |
Color Harmonies of #DF39BD
Complementary color
Monochromatic Colors of #DF39BD
Black with #DF39BD
Text Example
Text Example
White with #DF39BD
Text Example
Text Example
HTML Codes & Css Web 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>