Shades of Razzle Dazzle Rose #DD2BCD
Tints of Razzle Dazzle Rose #DD2BCD
RGB
CMYK
RGB Variations
Color information
#DD2BCD (or 0xDD2BCD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2B and CD. RGB value is (221,43,205). Sum of RGB (Red+Green+Blue) = 221+43+205=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2BCD is #22D432. Grayscale: #727272. Windows color (decimal): -2282547 or 13446109. OLE color: 13446109.
HSL color Cylindrical-coordinate representation of color #DD2BCD: hue angle of 305.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2BCD is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 205 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.13 |
| HSL | 305.39º | 0.72% | 0.52% | - |
| HSV(B) | 305.39º | 0.81% | 0.87% | - |
| XYZ | 41.7 | 21.51 | 59.71 | - |
| YUV | 114.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 205 | 0 | 0.81 | 0.07 | 0.13 | 305.39 | 0.72 | 0.52 |
| Hex | DD | 2B | CD | 0 | 51 | 7 | D | 131 | 48 | 34 |
| Octal | 335 | 53 | 315 | 0 | 121 | 7 | 15 | 461 | 110 | 64 |
| Binary | 11011101 | 101011 | 11001101 | 0 | 1010001 | 111 | 1101 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DD2BCD
Complementary color
Monochromatic Colors of #DD2BCD
Black with #DD2BCD
Text Example
Text Example
White with #DD2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BCD; }
p { color: rgb(221,43,205); }
H1.HeaderClassName
{
color: #DD2BCD;
}
.AnyTagClassName
{
color: #DD2BCD;
}
</style>
background-color css
<style>
a { background-color: #DD2BCD; }
a { background-color: rgb(221,43,205); }
div.DivClassName
{
background-color: #DD2BCD;
}
.BgClassName
{
background-color: #DD2BCD;
}
</style>
border-color css
<style>
span { border-color: #DD2BCD; }
span { border-color: rgb(221,43,205); }
td.TdClassName
{
border-color: #DD2BCD;
}
.TagClassName
{
border-color: #DD2BCD;
}
</style>