Shades of Razzle Dazzle Rose #DD2CCC
Tints of Razzle Dazzle Rose #DD2CCC
RGB
CMYK
RGB Variations
Color information
#DD2CCC (or 0xDD2CCC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and CC. RGB value is (221,44,204). Sum of RGB (Red+Green+Blue) = 221+44+204=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CCC is #22D333. Grayscale: #727272. Windows color (decimal): -2282292 or 13380829. OLE color: 13380829.
HSL color Cylindrical-coordinate representation of color #DD2CCC: hue angle of 305.76º degrees, saturation: 0.72, 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 #DD2CCC is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 204 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.13 |
| HSL | 305.76º | 0.72% | 0.52% | - |
| HSV(B) | 305.76º | 0.8% | 0.87% | - |
| XYZ | 41.62 | 21.53 | 59.09 | - |
| YUV | 115.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 204 | 0 | 0.80 | 0.08 | 0.13 | 305.76 | 0.72 | 0.52 |
| Hex | DD | 2C | CC | 0 | 50 | 8 | D | 132 | 48 | 34 |
| Octal | 335 | 54 | 314 | 0 | 120 | 10 | 15 | 462 | 110 | 64 |
| Binary | 11011101 | 101100 | 11001100 | 0 | 1010000 | 1000 | 1101 | 100110010 | 1001000 | 110100 |
Color Harmonies of #DD2CCC
Complementary color
Monochromatic Colors of #DD2CCC
Black with #DD2CCC
Text Example
Text Example
White with #DD2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CCC; }
p { color: rgb(221,44,204); }
H1.HeaderClassName
{
color: #DD2CCC;
}
.AnyTagClassName
{
color: #DD2CCC;
}
</style>
background-color css
<style>
a { background-color: #DD2CCC; }
a { background-color: rgb(221,44,204); }
div.DivClassName
{
background-color: #DD2CCC;
}
.BgClassName
{
background-color: #DD2CCC;
}
</style>
border-color css
<style>
span { border-color: #DD2CCC; }
span { border-color: rgb(221,44,204); }
td.TdClassName
{
border-color: #DD2CCC;
}
.TagClassName
{
border-color: #DD2CCC;
}
</style>