Shades of Razzle Dazzle Rose #DD32CB
Tints of Razzle Dazzle Rose #DD32CB
RGB
CMYK
RGB Variations
Color information
#DD32CB (or 0xDD32CB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and CB. RGB value is (221,50,203). Sum of RGB (Red+Green+Blue) = 221+50+203=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32CB is #22CD34. Grayscale: #767676. Windows color (decimal): -2280757 or 13316829. OLE color: 13316829.
HSL color Cylindrical-coordinate representation of color #DD32CB: hue angle of 306.32º 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 #DD32CB is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 203 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.13 |
| HSL | 306.32º | 0.72% | 0.53% | - |
| HSV(B) | 306.32º | 0.77% | 0.87% | - |
| XYZ | 41.74 | 21.97 | 58.54 | - |
| YUV | 118.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 203 | 0 | 0.77 | 0.08 | 0.13 | 306.32 | 0.72 | 0.53 |
| Hex | DD | 32 | CB | 0 | 4D | 8 | D | 132 | 48 | 35 |
| Octal | 335 | 62 | 313 | 0 | 115 | 10 | 15 | 462 | 110 | 65 |
| Binary | 11011101 | 110010 | 11001011 | 0 | 1001101 | 1000 | 1101 | 100110010 | 1001000 | 110101 |
Color Harmonies of #DD32CB
Complementary color
Monochromatic Colors of #DD32CB
Black with #DD32CB
Text Example
Text Example
White with #DD32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32CB; }
p { color: rgb(221,50,203); }
H1.HeaderClassName
{
color: #DD32CB;
}
.AnyTagClassName
{
color: #DD32CB;
}
</style>
background-color css
<style>
a { background-color: #DD32CB; }
a { background-color: rgb(221,50,203); }
div.DivClassName
{
background-color: #DD32CB;
}
.BgClassName
{
background-color: #DD32CB;
}
</style>
border-color css
<style>
span { border-color: #DD32CB; }
span { border-color: rgb(221,50,203); }
td.TdClassName
{
border-color: #DD32CB;
}
.TagClassName
{
border-color: #DD32CB;
}
</style>