Shades of Razzle Dazzle Rose #DD36CC
Tints of Razzle Dazzle Rose #DD36CC
RGB
CMYK
RGB Variations
Color information
#DD36CC (or 0xDD36CC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 36 and CC. RGB value is (221,54,204). Sum of RGB (Red+Green+Blue) = 221+54+204=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36CC is #22C933. Grayscale: #787878. Windows color (decimal): -2279732 or 13383389. OLE color: 13383389.
HSL color Cylindrical-coordinate representation of color #DD36CC: hue angle of 306.11º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD36CC is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 204 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.13 |
| HSL | 306.11º | 0.71% | 0.54% | - |
| HSV(B) | 306.11º | 0.76% | 0.87% | - |
| XYZ | 42.04 | 22.37 | 59.23 | - |
| YUV | 121.03 | 174.83 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 204 | 0 | 0.76 | 0.08 | 0.13 | 306.11 | 0.71 | 0.54 |
| Hex | DD | 36 | CC | 0 | 4C | 8 | D | 132 | 47 | 36 |
| Octal | 335 | 66 | 314 | 0 | 114 | 10 | 15 | 462 | 107 | 66 |
| Binary | 11011101 | 110110 | 11001100 | 0 | 1001100 | 1000 | 1101 | 100110010 | 1000111 | 110110 |
Color Harmonies of #DD36CC
Complementary color
Monochromatic Colors of #DD36CC
Black with #DD36CC
Text Example
Text Example
White with #DD36CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36CC; }
p { color: rgb(221,54,204); }
H1.HeaderClassName
{
color: #DD36CC;
}
.AnyTagClassName
{
color: #DD36CC;
}
</style>
background-color css
<style>
a { background-color: #DD36CC; }
a { background-color: rgb(221,54,204); }
div.DivClassName
{
background-color: #DD36CC;
}
.BgClassName
{
background-color: #DD36CC;
}
</style>
border-color css
<style>
span { border-color: #DD36CC; }
span { border-color: rgb(221,54,204); }
td.TdClassName
{
border-color: #DD36CC;
}
.TagClassName
{
border-color: #DD36CC;
}
</style>