Shades of Razzle Dazzle Rose #DF24D9
Tints of Razzle Dazzle Rose #DF24D9
RGB
CMYK
RGB Variations
Color information
#DF24D9 (or 0xDF24D9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 24 and D9. RGB value is (223,36,217). Sum of RGB (Red+Green+Blue) = 223+36+217=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF24D9 is #20DB26. Grayscale: #707070. Windows color (decimal): -2153255 or 14230751. OLE color: 14230751.
HSL color Cylindrical-coordinate representation of color #DF24D9: hue angle of 301.93º 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 #DF24D9 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 217 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.13 |
| HSL | 301.93º | 0.75% | 0.51% | - |
| HSV(B) | 301.93º | 0.84% | 0.87% | - |
| XYZ | 43.59 | 21.96 | 67.59 | - |
| YUV | 112.55 | 186.95 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 217 | 0 | 0.84 | 0.03 | 0.13 | 301.93 | 0.75 | 0.51 |
| Hex | DF | 24 | D9 | 0 | 54 | 3 | D | 12E | 4B | 33 |
| Octal | 337 | 44 | 331 | 0 | 124 | 3 | 15 | 456 | 113 | 63 |
| Binary | 11011111 | 100100 | 11011001 | 0 | 1010100 | 11 | 1101 | 100101110 | 1001011 | 110011 |
Color Harmonies of #DF24D9
Complementary color
Monochromatic Colors of #DF24D9
Black with #DF24D9
Text Example
Text Example
White with #DF24D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24D9; }
p { color: rgb(223,36,217); }
H1.HeaderClassName
{
color: #DF24D9;
}
.AnyTagClassName
{
color: #DF24D9;
}
</style>
background-color css
<style>
a { background-color: #DF24D9; }
a { background-color: rgb(223,36,217); }
div.DivClassName
{
background-color: #DF24D9;
}
.BgClassName
{
background-color: #DF24D9;
}
</style>
border-color css
<style>
span { border-color: #DF24D9; }
span { border-color: rgb(223,36,217); }
td.TdClassName
{
border-color: #DF24D9;
}
.TagClassName
{
border-color: #DF24D9;
}
</style>