Shades of Razzle Dazzle Rose #DD2CCD
Tints of Razzle Dazzle Rose #DD2CCD
RGB
CMYK
RGB Variations
Color information
#DD2CCD (or 0xDD2CCD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and CD. RGB value is (221,44,205). Sum of RGB (Red+Green+Blue) = 221+44+205=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CCD is #22D332. Grayscale: #727272. Windows color (decimal): -2282291 or 13446365. OLE color: 13446365.
HSL color Cylindrical-coordinate representation of color #DD2CCD: hue angle of 305.42º 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 #DD2CCD is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 205 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.13 |
| HSL | 305.42º | 0.72% | 0.52% | - |
| HSV(B) | 305.42º | 0.8% | 0.87% | - |
| XYZ | 41.74 | 21.58 | 59.72 | - |
| YUV | 115.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 205 | 0 | 0.80 | 0.07 | 0.13 | 305.42 | 0.72 | 0.52 |
| Hex | DD | 2C | CD | 0 | 50 | 7 | D | 131 | 48 | 34 |
| Octal | 335 | 54 | 315 | 0 | 120 | 7 | 15 | 461 | 110 | 64 |
| Binary | 11011101 | 101100 | 11001101 | 0 | 1010000 | 111 | 1101 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DD2CCD
Complementary color
Monochromatic Colors of #DD2CCD
Black with #DD2CCD
Text Example
Text Example
White with #DD2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CCD; }
p { color: rgb(221,44,205); }
H1.HeaderClassName
{
color: #DD2CCD;
}
.AnyTagClassName
{
color: #DD2CCD;
}
</style>
background-color css
<style>
a { background-color: #DD2CCD; }
a { background-color: rgb(221,44,205); }
div.DivClassName
{
background-color: #DD2CCD;
}
.BgClassName
{
background-color: #DD2CCD;
}
</style>
border-color css
<style>
span { border-color: #DD2CCD; }
span { border-color: rgb(221,44,205); }
td.TdClassName
{
border-color: #DD2CCD;
}
.TagClassName
{
border-color: #DD2CCD;
}
</style>