Shades of Razzle Dazzle Rose #DD2BC9
Tints of Razzle Dazzle Rose #DD2BC9
RGB
CMYK
RGB Variations
Color information
#DD2BC9 (or 0xDD2BC9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2B and C9. RGB value is (221,43,201). Sum of RGB (Red+Green+Blue) = 221+43+201=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2BC9 is #22D436. Grayscale: #717171. Windows color (decimal): -2282551 or 13183965. OLE color: 13183965.
HSL color Cylindrical-coordinate representation of color #DD2BC9: hue angle of 306.74º 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 #DD2BC9 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 201 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.13 |
| HSL | 306.74º | 0.72% | 0.52% | - |
| HSV(B) | 306.74º | 0.81% | 0.87% | - |
| XYZ | 41.23 | 21.32 | 57.2 | - |
| YUV | 114.23 | 176.97 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 201 | 0 | 0.81 | 0.09 | 0.13 | 306.74 | 0.72 | 0.52 |
| Hex | DD | 2B | C9 | 0 | 51 | 9 | D | 133 | 48 | 34 |
| Octal | 335 | 53 | 311 | 0 | 121 | 11 | 15 | 463 | 110 | 64 |
| Binary | 11011101 | 101011 | 11001001 | 0 | 1010001 | 1001 | 1101 | 100110011 | 1001000 | 110100 |
Color Harmonies of #DD2BC9
Complementary color
Monochromatic Colors of #DD2BC9
Black with #DD2BC9
Text Example
Text Example
White with #DD2BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BC9; }
p { color: rgb(221,43,201); }
H1.HeaderClassName
{
color: #DD2BC9;
}
.AnyTagClassName
{
color: #DD2BC9;
}
</style>
background-color css
<style>
a { background-color: #DD2BC9; }
a { background-color: rgb(221,43,201); }
div.DivClassName
{
background-color: #DD2BC9;
}
.BgClassName
{
background-color: #DD2BC9;
}
</style>
border-color css
<style>
span { border-color: #DD2BC9; }
span { border-color: rgb(221,43,201); }
td.TdClassName
{
border-color: #DD2BC9;
}
.TagClassName
{
border-color: #DD2BC9;
}
</style>