Shades of Razzle Dazzle Rose #DF39CA
Tints of Razzle Dazzle Rose #DF39CA
RGB
CMYK
RGB Variations
Color information
#DF39CA (or 0xDF39CA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 39 and CA. RGB value is (223,57,202). Sum of RGB (Red+Green+Blue) = 223+57+202=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF39CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF39CA is #20C635. Grayscale: #7A7A7A. Windows color (decimal): -2147894 or 13253087. OLE color: 13253087.
HSL color Cylindrical-coordinate representation of color #DF39CA: hue angle of 307.59º 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 #DF39CA is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 202 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.13 |
| HSL | 307.59º | 0.72% | 0.55% | - |
| HSV(B) | 307.59º | 0.74% | 0.87% | - |
| XYZ | 42.56 | 22.88 | 58.05 | - |
| YUV | 123.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 202 | 0 | 0.74 | 0.09 | 0.13 | 307.59 | 0.72 | 0.55 |
| Hex | DF | 39 | CA | 0 | 4A | 9 | D | 134 | 48 | 37 |
| Octal | 337 | 71 | 312 | 0 | 112 | 11 | 15 | 464 | 110 | 67 |
| Binary | 11011111 | 111001 | 11001010 | 0 | 1001010 | 1001 | 1101 | 100110100 | 1001000 | 110111 |
Color Harmonies of #DF39CA
Complementary color
Monochromatic Colors of #DF39CA
Black with #DF39CA
Text Example
Text Example
White with #DF39CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF39CA; }
p { color: rgb(223,57,202); }
H1.HeaderClassName
{
color: #DF39CA;
}
.AnyTagClassName
{
color: #DF39CA;
}
</style>
background-color css
<style>
a { background-color: #DF39CA; }
a { background-color: rgb(223,57,202); }
div.DivClassName
{
background-color: #DF39CA;
}
.BgClassName
{
background-color: #DF39CA;
}
</style>
border-color css
<style>
span { border-color: #DF39CA; }
span { border-color: rgb(223,57,202); }
td.TdClassName
{
border-color: #DF39CA;
}
.TagClassName
{
border-color: #DF39CA;
}
</style>