Shades of Razzle Dazzle Rose #DD32CC
Tints of Razzle Dazzle Rose #DD32CC
RGB
CMYK
RGB Variations
Color information
#DD32CC (or 0xDD32CC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and CC. RGB value is (221,50,204). Sum of RGB (Red+Green+Blue) = 221+50+204=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32CC is #22CD33. Grayscale: #767676. Windows color (decimal): -2280756 or 13382365. OLE color: 13382365.
HSL color Cylindrical-coordinate representation of color #DD32CC: hue angle of 305.96º 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 #DD32CC is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 204 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.13 |
| HSL | 305.96º | 0.72% | 0.53% | - |
| HSV(B) | 305.96º | 0.77% | 0.87% | - |
| XYZ | 41.86 | 22.01 | 59.17 | - |
| YUV | 118.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 204 | 0 | 0.77 | 0.08 | 0.13 | 305.96 | 0.72 | 0.53 |
| Hex | DD | 32 | CC | 0 | 4D | 8 | D | 132 | 48 | 35 |
| Octal | 335 | 62 | 314 | 0 | 115 | 10 | 15 | 462 | 110 | 65 |
| Binary | 11011101 | 110010 | 11001100 | 0 | 1001101 | 1000 | 1101 | 100110010 | 1001000 | 110101 |
Color Harmonies of #DD32CC
Complementary color
Monochromatic Colors of #DD32CC
Black with #DD32CC
Text Example
Text Example
White with #DD32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32CC; }
p { color: rgb(221,50,204); }
H1.HeaderClassName
{
color: #DD32CC;
}
.AnyTagClassName
{
color: #DD32CC;
}
</style>
background-color css
<style>
a { background-color: #DD32CC; }
a { background-color: rgb(221,50,204); }
div.DivClassName
{
background-color: #DD32CC;
}
.BgClassName
{
background-color: #DD32CC;
}
</style>
border-color css
<style>
span { border-color: #DD32CC; }
span { border-color: rgb(221,50,204); }
td.TdClassName
{
border-color: #DD32CC;
}
.TagClassName
{
border-color: #DD32CC;
}
</style>