Shades of Razzle Dazzle Rose #DD36CB
Tints of Razzle Dazzle Rose #DD36CB
RGB
CMYK
RGB Variations
Color information
#DD36CB (or 0xDD36CB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 36 and CB. RGB value is (221,54,203). Sum of RGB (Red+Green+Blue) = 221+54+203=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36CB is #22C934. Grayscale: #787878. Windows color (decimal): -2279733 or 13317853. OLE color: 13317853.
HSL color Cylindrical-coordinate representation of color #DD36CB: hue angle of 306.47º 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 #DD36CB is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 203 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.13 |
| HSL | 306.47º | 0.71% | 0.54% | - |
| HSV(B) | 306.47º | 0.76% | 0.87% | - |
| XYZ | 41.92 | 22.32 | 58.6 | - |
| YUV | 120.92 | 174.33 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 203 | 0 | 0.76 | 0.08 | 0.13 | 306.47 | 0.71 | 0.54 |
| Hex | DD | 36 | CB | 0 | 4C | 8 | D | 132 | 47 | 36 |
| Octal | 335 | 66 | 313 | 0 | 114 | 10 | 15 | 462 | 107 | 66 |
| Binary | 11011101 | 110110 | 11001011 | 0 | 1001100 | 1000 | 1101 | 100110010 | 1000111 | 110110 |
Color Harmonies of #DD36CB
Complementary color
Monochromatic Colors of #DD36CB
Black with #DD36CB
Text Example
Text Example
White with #DD36CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36CB; }
p { color: rgb(221,54,203); }
H1.HeaderClassName
{
color: #DD36CB;
}
.AnyTagClassName
{
color: #DD36CB;
}
</style>
background-color css
<style>
a { background-color: #DD36CB; }
a { background-color: rgb(221,54,203); }
div.DivClassName
{
background-color: #DD36CB;
}
.BgClassName
{
background-color: #DD36CB;
}
</style>
border-color css
<style>
span { border-color: #DD36CB; }
span { border-color: rgb(221,54,203); }
td.TdClassName
{
border-color: #DD36CB;
}
.TagClassName
{
border-color: #DD36CB;
}
</style>