Shades of Razzle Dazzle Rose #DD32C9
Tints of Razzle Dazzle Rose #DD32C9
RGB
CMYK
RGB Variations
Color information
#DD32C9 (or 0xDD32C9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and C9. RGB value is (221,50,201). Sum of RGB (Red+Green+Blue) = 221+50+201=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32C9 is #22CD36. Grayscale: #757575. Windows color (decimal): -2280759 or 13185757. OLE color: 13185757.
HSL color Cylindrical-coordinate representation of color #DD32C9: hue angle of 307.02º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD32C9 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 201 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.13 |
| HSL | 307.02º | 0.72% | 0.53% | - |
| HSV(B) | 307.02º | 0.77% | 0.87% | - |
| XYZ | 41.5 | 21.87 | 57.29 | - |
| YUV | 118.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 201 | 0 | 0.77 | 0.09 | 0.13 | 307.02 | 0.72 | 0.53 |
| Hex | DD | 32 | C9 | 0 | 4D | 9 | D | 133 | 48 | 35 |
| Octal | 335 | 62 | 311 | 0 | 115 | 11 | 15 | 463 | 110 | 65 |
| Binary | 11011101 | 110010 | 11001001 | 0 | 1001101 | 1001 | 1101 | 100110011 | 1001000 | 110101 |
Color Harmonies of #DD32C9
Complementary color
Monochromatic Colors of #DD32C9
Black with #DD32C9
Text Example
Text Example
White with #DD32C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32C9; }
p { color: rgb(221,50,201); }
H1.HeaderClassName
{
color: #DD32C9;
}
.AnyTagClassName
{
color: #DD32C9;
}
</style>
background-color css
<style>
a { background-color: #DD32C9; }
a { background-color: rgb(221,50,201); }
div.DivClassName
{
background-color: #DD32C9;
}
.BgClassName
{
background-color: #DD32C9;
}
</style>
border-color css
<style>
span { border-color: #DD32C9; }
span { border-color: rgb(221,50,201); }
td.TdClassName
{
border-color: #DD32C9;
}
.TagClassName
{
border-color: #DD32C9;
}
</style>