Shades of Razzle Dazzle Rose #DD32D9
Tints of Razzle Dazzle Rose #DD32D9
RGB
CMYK
RGB Variations
Color information
#DD32D9 (or 0xDD32D9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and D9. RGB value is (221,50,217). Sum of RGB (Red+Green+Blue) = 221+50+217=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32D9 is #22CD26. Grayscale: #777777. Windows color (decimal): -2280743 or 14234333. OLE color: 14234333.
HSL color Cylindrical-coordinate representation of color #DD32D9: hue angle of 301.4º 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 #DD32D9 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 217 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.13 |
| HSL | 301.4º | 0.72% | 0.53% | - |
| HSV(B) | 301.4º | 0.77% | 0.87% | - |
| XYZ | 43.48 | 22.66 | 67.73 | - |
| YUV | 120.17 | 182.65 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 217 | 0 | 0.77 | 0.02 | 0.13 | 301.4 | 0.72 | 0.53 |
| Hex | DD | 32 | D9 | 0 | 4D | 2 | D | 12D | 48 | 35 |
| Octal | 335 | 62 | 331 | 0 | 115 | 2 | 15 | 455 | 110 | 65 |
| Binary | 11011101 | 110010 | 11011001 | 0 | 1001101 | 10 | 1101 | 100101101 | 1001000 | 110101 |
Color Harmonies of #DD32D9
Complementary color
Monochromatic Colors of #DD32D9
Black with #DD32D9
Text Example
Text Example
White with #DD32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32D9; }
p { color: rgb(221,50,217); }
H1.HeaderClassName
{
color: #DD32D9;
}
.AnyTagClassName
{
color: #DD32D9;
}
</style>
background-color css
<style>
a { background-color: #DD32D9; }
a { background-color: rgb(221,50,217); }
div.DivClassName
{
background-color: #DD32D9;
}
.BgClassName
{
background-color: #DD32D9;
}
</style>
border-color css
<style>
span { border-color: #DD32D9; }
span { border-color: rgb(221,50,217); }
td.TdClassName
{
border-color: #DD32D9;
}
.TagClassName
{
border-color: #DD32D9;
}
</style>