Shades of Razzle Dazzle Rose #DD2DCE
Tints of Razzle Dazzle Rose #DD2DCE
RGB
CMYK
RGB Variations
Color information
#DD2DCE (or 0xDD2DCE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2D and CE. RGB value is (221,45,206). Sum of RGB (Red+Green+Blue) = 221+45+206=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DCE is #22D231. Grayscale: #737373. Windows color (decimal): -2282034 or 13512157. OLE color: 13512157.
HSL color Cylindrical-coordinate representation of color #DD2DCE: hue angle of 305.11º 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 #DD2DCE is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 206 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.13 |
| HSL | 305.11º | 0.72% | 0.52% | - |
| HSV(B) | 305.11º | 0.8% | 0.87% | - |
| XYZ | 41.9 | 21.71 | 60.37 | - |
| YUV | 115.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 206 | 0 | 0.80 | 0.07 | 0.13 | 305.11 | 0.72 | 0.52 |
| Hex | DD | 2D | CE | 0 | 50 | 7 | D | 131 | 48 | 34 |
| Octal | 335 | 55 | 316 | 0 | 120 | 7 | 15 | 461 | 110 | 64 |
| Binary | 11011101 | 101101 | 11001110 | 0 | 1010000 | 111 | 1101 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DD2DCE
Complementary color
Monochromatic Colors of #DD2DCE
Black with #DD2DCE
Text Example
Text Example
White with #DD2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DCE; }
p { color: rgb(221,45,206); }
H1.HeaderClassName
{
color: #DD2DCE;
}
.AnyTagClassName
{
color: #DD2DCE;
}
</style>
background-color css
<style>
a { background-color: #DD2DCE; }
a { background-color: rgb(221,45,206); }
div.DivClassName
{
background-color: #DD2DCE;
}
.BgClassName
{
background-color: #DD2DCE;
}
</style>
border-color css
<style>
span { border-color: #DD2DCE; }
span { border-color: rgb(221,45,206); }
td.TdClassName
{
border-color: #DD2DCE;
}
.TagClassName
{
border-color: #DD2DCE;
}
</style>