Shades of Razzle Dazzle Rose #DD36BC
Tints of Razzle Dazzle Rose #DD36BC
RGB
CMYK
RGB Variations
Color information
#DD36BC (or 0xDD36BC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 36 and BC. RGB value is (221,54,188). Sum of RGB (Red+Green+Blue) = 221+54+188=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36BC is #22C943. Grayscale: #767676. Windows color (decimal): -2279748 or 12334813. OLE color: 12334813.
HSL color Cylindrical-coordinate representation of color #DD36BC: hue angle of 311.86º 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 #DD36BC is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 188 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.13 |
| HSL | 311.86º | 0.71% | 0.54% | - |
| HSV(B) | 311.86º | 0.76% | 0.87% | - |
| XYZ | 40.22 | 21.64 | 49.63 | - |
| YUV | 119.21 | 166.83 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 188 | 0 | 0.76 | 0.15 | 0.13 | 311.86 | 0.71 | 0.54 |
| Hex | DD | 36 | BC | 0 | 4C | F | D | 138 | 47 | 36 |
| Octal | 335 | 66 | 274 | 0 | 114 | 17 | 15 | 470 | 107 | 66 |
| Binary | 11011101 | 110110 | 10111100 | 0 | 1001100 | 1111 | 1101 | 100111000 | 1000111 | 110110 |
Color Harmonies of #DD36BC
Complementary color
Monochromatic Colors of #DD36BC
Black with #DD36BC
Text Example
Text Example
White with #DD36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36BC; }
p { color: rgb(221,54,188); }
H1.HeaderClassName
{
color: #DD36BC;
}
.AnyTagClassName
{
color: #DD36BC;
}
</style>
background-color css
<style>
a { background-color: #DD36BC; }
a { background-color: rgb(221,54,188); }
div.DivClassName
{
background-color: #DD36BC;
}
.BgClassName
{
background-color: #DD36BC;
}
</style>
border-color css
<style>
span { border-color: #DD36BC; }
span { border-color: rgb(221,54,188); }
td.TdClassName
{
border-color: #DD36BC;
}
.TagClassName
{
border-color: #DD36BC;
}
</style>