Shades of Razzle Dazzle Rose #DD2DC8
Tints of Razzle Dazzle Rose #DD2DC8
RGB
CMYK
RGB Variations
Color information
#DD2DC8 (or 0xDD2DC8) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2D and C8. RGB value is (221,45,200). Sum of RGB (Red+Green+Blue) = 221+45+200=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DC8 is #22D237. Grayscale: #727272. Windows color (decimal): -2282040 or 13118941. OLE color: 13118941.
HSL color Cylindrical-coordinate representation of color #DD2DC8: hue angle of 307.16º 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 #DD2DC8 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 200 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.13 |
| HSL | 307.16º | 0.72% | 0.52% | - |
| HSV(B) | 307.16º | 0.8% | 0.87% | - |
| XYZ | 41.18 | 21.42 | 56.61 | - |
| YUV | 115.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 200 | 0 | 0.80 | 0.10 | 0.13 | 307.16 | 0.72 | 0.52 |
| Hex | DD | 2D | C8 | 0 | 50 | A | D | 133 | 48 | 34 |
| Octal | 335 | 55 | 310 | 0 | 120 | 12 | 15 | 463 | 110 | 64 |
| Binary | 11011101 | 101101 | 11001000 | 0 | 1010000 | 1010 | 1101 | 100110011 | 1001000 | 110100 |
Color Harmonies of #DD2DC8
Complementary color
Monochromatic Colors of #DD2DC8
Black with #DD2DC8
Text Example
Text Example
White with #DD2DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DC8; }
p { color: rgb(221,45,200); }
H1.HeaderClassName
{
color: #DD2DC8;
}
.AnyTagClassName
{
color: #DD2DC8;
}
</style>
background-color css
<style>
a { background-color: #DD2DC8; }
a { background-color: rgb(221,45,200); }
div.DivClassName
{
background-color: #DD2DC8;
}
.BgClassName
{
background-color: #DD2DC8;
}
</style>
border-color css
<style>
span { border-color: #DD2DC8; }
span { border-color: rgb(221,45,200); }
td.TdClassName
{
border-color: #DD2DC8;
}
.TagClassName
{
border-color: #DD2DC8;
}
</style>