Shades of Razzle Dazzle Rose #DF24CC
Tints of Razzle Dazzle Rose #DF24CC
RGB
CMYK
RGB Variations
Color information
#DF24CC (or 0xDF24CC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 24 and CC. RGB value is (223,36,204). Sum of RGB (Red+Green+Blue) = 223+36+204=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF24CC is #20DB33. Grayscale: #6E6E6E. Windows color (decimal): -2153268 or 13378783. OLE color: 13378783.
HSL color Cylindrical-coordinate representation of color #DF24CC: hue angle of 306.1º 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 #DF24CC is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 204 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.13 |
| HSL | 306.1º | 0.75% | 0.51% | - |
| HSV(B) | 306.1º | 0.84% | 0.87% | - |
| XYZ | 41.96 | 21.31 | 59.03 | - |
| YUV | 111.07 | 180.45 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 204 | 0 | 0.84 | 0.09 | 0.13 | 306.1 | 0.75 | 0.51 |
| Hex | DF | 24 | CC | 0 | 54 | 9 | D | 132 | 4B | 33 |
| Octal | 337 | 44 | 314 | 0 | 124 | 11 | 15 | 462 | 113 | 63 |
| Binary | 11011111 | 100100 | 11001100 | 0 | 1010100 | 1001 | 1101 | 100110010 | 1001011 | 110011 |
Color Harmonies of #DF24CC
Complementary color
Monochromatic Colors of #DF24CC
Black with #DF24CC
Text Example
Text Example
White with #DF24CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24CC; }
p { color: rgb(223,36,204); }
H1.HeaderClassName
{
color: #DF24CC;
}
.AnyTagClassName
{
color: #DF24CC;
}
</style>
background-color css
<style>
a { background-color: #DF24CC; }
a { background-color: rgb(223,36,204); }
div.DivClassName
{
background-color: #DF24CC;
}
.BgClassName
{
background-color: #DF24CC;
}
</style>
border-color css
<style>
span { border-color: #DF24CC; }
span { border-color: rgb(223,36,204); }
td.TdClassName
{
border-color: #DF24CC;
}
.TagClassName
{
border-color: #DF24CC;
}
</style>