Shades of Razzle Dazzle Rose #DD2CCE
Tints of Razzle Dazzle Rose #DD2CCE
RGB
CMYK
RGB Variations
Color information
#DD2CCE (or 0xDD2CCE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and CE. RGB value is (221,44,206). Sum of RGB (Red+Green+Blue) = 221+44+206=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CCE is #22D331. Grayscale: #727272. Windows color (decimal): -2282290 or 13511901. OLE color: 13511901.
HSL color Cylindrical-coordinate representation of color #DD2CCE: hue angle of 305.08º 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 #DD2CCE is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 206 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.13 |
| HSL | 305.08º | 0.72% | 0.52% | - |
| HSV(B) | 305.08º | 0.8% | 0.87% | - |
| XYZ | 41.86 | 21.63 | 60.36 | - |
| YUV | 115.39 | 179.14 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 206 | 0 | 0.80 | 0.07 | 0.13 | 305.08 | 0.72 | 0.52 |
| Hex | DD | 2C | CE | 0 | 50 | 7 | D | 131 | 48 | 34 |
| Octal | 335 | 54 | 316 | 0 | 120 | 7 | 15 | 461 | 110 | 64 |
| Binary | 11011101 | 101100 | 11001110 | 0 | 1010000 | 111 | 1101 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DD2CCE
Complementary color
Monochromatic Colors of #DD2CCE
Black with #DD2CCE
Text Example
Text Example
White with #DD2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CCE; }
p { color: rgb(221,44,206); }
H1.HeaderClassName
{
color: #DD2CCE;
}
.AnyTagClassName
{
color: #DD2CCE;
}
</style>
background-color css
<style>
a { background-color: #DD2CCE; }
a { background-color: rgb(221,44,206); }
div.DivClassName
{
background-color: #DD2CCE;
}
.BgClassName
{
background-color: #DD2CCE;
}
</style>
border-color css
<style>
span { border-color: #DD2CCE; }
span { border-color: rgb(221,44,206); }
td.TdClassName
{
border-color: #DD2CCE;
}
.TagClassName
{
border-color: #DD2CCE;
}
</style>