Shades of Razzle Dazzle Rose #DF24CA
Tints of Razzle Dazzle Rose #DF24CA
RGB
CMYK
RGB Variations
Color information
#DF24CA (or 0xDF24CA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 24 and CA. RGB value is (223,36,202). Sum of RGB (Red+Green+Blue) = 223+36+202=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF24CA is #20DB35. Grayscale: #6E6E6E. Windows color (decimal): -2153270 or 13247711. OLE color: 13247711.
HSL color Cylindrical-coordinate representation of color #DF24CA: hue angle of 306.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF24CA is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 202 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.13 |
| HSL | 306.74º | 0.75% | 0.51% | - |
| HSV(B) | 306.74º | 0.84% | 0.87% | - |
| XYZ | 41.72 | 21.21 | 57.77 | - |
| YUV | 110.84 | 179.45 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 202 | 0 | 0.84 | 0.09 | 0.13 | 306.74 | 0.75 | 0.51 |
| Hex | DF | 24 | CA | 0 | 54 | 9 | D | 133 | 4B | 33 |
| Octal | 337 | 44 | 312 | 0 | 124 | 11 | 15 | 463 | 113 | 63 |
| Binary | 11011111 | 100100 | 11001010 | 0 | 1010100 | 1001 | 1101 | 100110011 | 1001011 | 110011 |
Color Harmonies of #DF24CA
Complementary color
Monochromatic Colors of #DF24CA
Black with #DF24CA
Text Example
Text Example
White with #DF24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24CA; }
p { color: rgb(223,36,202); }
H1.HeaderClassName
{
color: #DF24CA;
}
.AnyTagClassName
{
color: #DF24CA;
}
</style>
background-color css
<style>
a { background-color: #DF24CA; }
a { background-color: rgb(223,36,202); }
div.DivClassName
{
background-color: #DF24CA;
}
.BgClassName
{
background-color: #DF24CA;
}
</style>
border-color css
<style>
span { border-color: #DF24CA; }
span { border-color: rgb(223,36,202); }
td.TdClassName
{
border-color: #DF24CA;
}
.TagClassName
{
border-color: #DF24CA;
}
</style>