Shades of Razzle Dazzle Rose #DD36BD
Tints of Razzle Dazzle Rose #DD36BD
RGB
CMYK
RGB Variations
Color information
#DD36BD (or 0xDD36BD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 36 and BD. RGB value is (221,54,189). Sum of RGB (Red+Green+Blue) = 221+54+189=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36BD is #22C942. Grayscale: #767676. Windows color (decimal): -2279747 or 12400349. OLE color: 12400349.
HSL color Cylindrical-coordinate representation of color #DD36BD: hue angle of 311.5º 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 #DD36BD is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 189 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.13 |
| HSL | 311.5º | 0.71% | 0.54% | - |
| HSV(B) | 311.5º | 0.76% | 0.87% | - |
| XYZ | 40.32 | 21.68 | 50.2 | - |
| YUV | 119.32 | 167.33 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 189 | 0 | 0.76 | 0.14 | 0.13 | 311.5 | 0.71 | 0.54 |
| Hex | DD | 36 | BD | 0 | 4C | E | D | 137 | 47 | 36 |
| Octal | 335 | 66 | 275 | 0 | 114 | 16 | 15 | 467 | 107 | 66 |
| Binary | 11011101 | 110110 | 10111101 | 0 | 1001100 | 1110 | 1101 | 100110111 | 1000111 | 110110 |
Color Harmonies of #DD36BD
Complementary color
Monochromatic Colors of #DD36BD
Black with #DD36BD
Text Example
Text Example
White with #DD36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36BD; }
p { color: rgb(221,54,189); }
H1.HeaderClassName
{
color: #DD36BD;
}
.AnyTagClassName
{
color: #DD36BD;
}
</style>
background-color css
<style>
a { background-color: #DD36BD; }
a { background-color: rgb(221,54,189); }
div.DivClassName
{
background-color: #DD36BD;
}
.BgClassName
{
background-color: #DD36BD;
}
</style>
border-color css
<style>
span { border-color: #DD36BD; }
span { border-color: rgb(221,54,189); }
td.TdClassName
{
border-color: #DD36BD;
}
.TagClassName
{
border-color: #DD36BD;
}
</style>