Shades of Razzle Dazzle Rose #DE24D6
Tints of Razzle Dazzle Rose #DE24D6
RGB
CMYK
RGB Variations
Color information
#DE24D6 (or 0xDE24D6) is known color: Razzle Dazzle Rose. HEX triplet: DE, 24 and D6. RGB value is (222,36,214). Sum of RGB (Red+Green+Blue) = 222+36+214=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE24D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE24D6 is #21DB29. Grayscale: #6F6F6F. Windows color (decimal): -2218794 or 14034142. OLE color: 14034142.
HSL color Cylindrical-coordinate representation of color #DE24D6: hue angle of 302.58º degrees, saturation: 0.74, 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 #DE24D6 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 214 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.13 |
| HSL | 302.58º | 0.74% | 0.51% | - |
| HSV(B) | 302.58º | 0.84% | 0.87% | - |
| XYZ | 42.89 | 21.65 | 65.54 | - |
| YUV | 111.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 214 | 0 | 0.84 | 0.04 | 0.13 | 302.58 | 0.74 | 0.51 |
| Hex | DE | 24 | D6 | 0 | 54 | 4 | D | 12F | 4A | 33 |
| Octal | 336 | 44 | 326 | 0 | 124 | 4 | 15 | 457 | 112 | 63 |
| Binary | 11011110 | 100100 | 11010110 | 0 | 1010100 | 100 | 1101 | 100101111 | 1001010 | 110011 |
Color Harmonies of #DE24D6
Complementary color
Monochromatic Colors of #DE24D6
Black with #DE24D6
Text Example
Text Example
White with #DE24D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE24D6; }
p { color: rgb(222,36,214); }
H1.HeaderClassName
{
color: #DE24D6;
}
.AnyTagClassName
{
color: #DE24D6;
}
</style>
background-color css
<style>
a { background-color: #DE24D6; }
a { background-color: rgb(222,36,214); }
div.DivClassName
{
background-color: #DE24D6;
}
.BgClassName
{
background-color: #DE24D6;
}
</style>
border-color css
<style>
span { border-color: #DE24D6; }
span { border-color: rgb(222,36,214); }
td.TdClassName
{
border-color: #DE24D6;
}
.TagClassName
{
border-color: #DE24D6;
}
</style>