Shades of Razzle Dazzle Rose #DF2CCC
Tints of Razzle Dazzle Rose #DF2CCC
RGB
CMYK
RGB Variations
Color information
#DF2CCC (or 0xDF2CCC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2C and CC. RGB value is (223,44,204). Sum of RGB (Red+Green+Blue) = 223+44+204=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2CCC is #20D333. Grayscale: #737373. Windows color (decimal): -2151220 or 13380831. OLE color: 13380831.
HSL color Cylindrical-coordinate representation of color #DF2CCC: hue angle of 306.37º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2CCC is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 204 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.13 |
| HSL | 306.37º | 0.74% | 0.52% | - |
| HSV(B) | 306.37º | 0.8% | 0.87% | - |
| XYZ | 42.23 | 21.85 | 59.12 | - |
| YUV | 115.76 | 177.8 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 204 | 0 | 0.80 | 0.09 | 0.13 | 306.37 | 0.74 | 0.52 |
| Hex | DF | 2C | CC | 0 | 50 | 9 | D | 132 | 4A | 34 |
| Octal | 337 | 54 | 314 | 0 | 120 | 11 | 15 | 462 | 112 | 64 |
| Binary | 11011111 | 101100 | 11001100 | 0 | 1010000 | 1001 | 1101 | 100110010 | 1001010 | 110100 |
Color Harmonies of #DF2CCC
Complementary color
Monochromatic Colors of #DF2CCC
Black with #DF2CCC
Text Example
Text Example
White with #DF2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CCC; }
p { color: rgb(223,44,204); }
H1.HeaderClassName
{
color: #DF2CCC;
}
.AnyTagClassName
{
color: #DF2CCC;
}
</style>
background-color css
<style>
a { background-color: #DF2CCC; }
a { background-color: rgb(223,44,204); }
div.DivClassName
{
background-color: #DF2CCC;
}
.BgClassName
{
background-color: #DF2CCC;
}
</style>
border-color css
<style>
span { border-color: #DF2CCC; }
span { border-color: rgb(223,44,204); }
td.TdClassName
{
border-color: #DF2CCC;
}
.TagClassName
{
border-color: #DF2CCC;
}
</style>