Shades of Razzle Dazzle Rose #DB36B5
Tints of Razzle Dazzle Rose #DB36B5
RGB
CMYK
RGB Variations
Color information
#DB36B5 (or 0xDB36B5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and B5. RGB value is (219,54,181). Sum of RGB (Red+Green+Blue) = 219+54+181=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36B5 is #24C94A. Grayscale: #757575. Windows color (decimal): -2410827 or 11876059. OLE color: 11876059.
HSL color Cylindrical-coordinate representation of color #DB36B5: hue angle of 313.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB36B5 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 181 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.14 |
| HSL | 313.82º | 0.7% | 0.54% | - |
| HSV(B) | 313.82º | 0.75% | 0.86% | - |
| XYZ | 38.87 | 21.03 | 45.73 | - |
| YUV | 117.81 | 163.66 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 181 | 0 | 0.75 | 0.17 | 0.14 | 313.82 | 0.7 | 0.54 |
| Hex | DB | 36 | B5 | 0 | 4B | 11 | E | 13A | 46 | 36 |
| Octal | 333 | 66 | 265 | 0 | 113 | 21 | 16 | 472 | 106 | 66 |
| Binary | 11011011 | 110110 | 10110101 | 0 | 1001011 | 10001 | 1110 | 100111010 | 1000110 | 110110 |
Color Harmonies of #DB36B5
Complementary color
Monochromatic Colors of #DB36B5
Black with #DB36B5
Text Example
Text Example
White with #DB36B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36B5; }
p { color: rgb(219,54,181); }
H1.HeaderClassName
{
color: #DB36B5;
}
.AnyTagClassName
{
color: #DB36B5;
}
</style>
background-color css
<style>
a { background-color: #DB36B5; }
a { background-color: rgb(219,54,181); }
div.DivClassName
{
background-color: #DB36B5;
}
.BgClassName
{
background-color: #DB36B5;
}
</style>
border-color css
<style>
span { border-color: #DB36B5; }
span { border-color: rgb(219,54,181); }
td.TdClassName
{
border-color: #DB36B5;
}
.TagClassName
{
border-color: #DB36B5;
}
</style>