Shades of Razzle Dazzle Rose #DD2DCB
Tints of Razzle Dazzle Rose #DD2DCB
RGB
CMYK
RGB Variations
Color information
#DD2DCB (or 0xDD2DCB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2D and CB. RGB value is (221,45,203). Sum of RGB (Red+Green+Blue) = 221+45+203=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DCB is #22D234. Grayscale: #737373. Windows color (decimal): -2282037 or 13315549. OLE color: 13315549.
HSL color Cylindrical-coordinate representation of color #DD2DCB: hue angle of 306.14º 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 #DD2DCB is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 203 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.13 |
| HSL | 306.14º | 0.72% | 0.52% | - |
| HSV(B) | 306.14º | 0.8% | 0.87% | - |
| XYZ | 41.54 | 21.56 | 58.47 | - |
| YUV | 115.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 203 | 0 | 0.80 | 0.08 | 0.13 | 306.14 | 0.72 | 0.52 |
| Hex | DD | 2D | CB | 0 | 50 | 8 | D | 132 | 48 | 34 |
| Octal | 335 | 55 | 313 | 0 | 120 | 10 | 15 | 462 | 110 | 64 |
| Binary | 11011101 | 101101 | 11001011 | 0 | 1010000 | 1000 | 1101 | 100110010 | 1001000 | 110100 |
Color Harmonies of #DD2DCB
Complementary color
Monochromatic Colors of #DD2DCB
Black with #DD2DCB
Text Example
Text Example
White with #DD2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DCB; }
p { color: rgb(221,45,203); }
H1.HeaderClassName
{
color: #DD2DCB;
}
.AnyTagClassName
{
color: #DD2DCB;
}
</style>
background-color css
<style>
a { background-color: #DD2DCB; }
a { background-color: rgb(221,45,203); }
div.DivClassName
{
background-color: #DD2DCB;
}
.BgClassName
{
background-color: #DD2DCB;
}
</style>
border-color css
<style>
span { border-color: #DD2DCB; }
span { border-color: rgb(221,45,203); }
td.TdClassName
{
border-color: #DD2DCB;
}
.TagClassName
{
border-color: #DD2DCB;
}
</style>