Shades of Razzle Dazzle Rose #DB36C5
Tints of Razzle Dazzle Rose #DB36C5
RGB
CMYK
RGB Variations
Color information
#DB36C5 (or 0xDB36C5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and C5. RGB value is (219,54,197). Sum of RGB (Red+Green+Blue) = 219+54+197=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36C5 is #24C93A. Grayscale: #777777. Windows color (decimal): -2410811 or 12924635. OLE color: 12924635.
HSL color Cylindrical-coordinate representation of color #DB36C5: hue angle of 308º 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 #DB36C5 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 197 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.14 |
| HSL | 308º | 0.7% | 0.54% | - |
| HSV(B) | 308º | 0.75% | 0.86% | - |
| XYZ | 40.61 | 21.73 | 54.88 | - |
| YUV | 119.64 | 171.66 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 197 | 0 | 0.75 | 0.10 | 0.14 | 308 | 0.7 | 0.54 |
| Hex | DB | 36 | C5 | 0 | 4B | A | E | 134 | 46 | 36 |
| Octal | 333 | 66 | 305 | 0 | 113 | 12 | 16 | 464 | 106 | 66 |
| Binary | 11011011 | 110110 | 11000101 | 0 | 1001011 | 1010 | 1110 | 100110100 | 1000110 | 110110 |
Color Harmonies of #DB36C5
Complementary color
Monochromatic Colors of #DB36C5
Black with #DB36C5
Text Example
Text Example
White with #DB36C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36C5; }
p { color: rgb(219,54,197); }
H1.HeaderClassName
{
color: #DB36C5;
}
.AnyTagClassName
{
color: #DB36C5;
}
</style>
background-color css
<style>
a { background-color: #DB36C5; }
a { background-color: rgb(219,54,197); }
div.DivClassName
{
background-color: #DB36C5;
}
.BgClassName
{
background-color: #DB36C5;
}
</style>
border-color css
<style>
span { border-color: #DB36C5; }
span { border-color: rgb(219,54,197); }
td.TdClassName
{
border-color: #DB36C5;
}
.TagClassName
{
border-color: #DB36C5;
}
</style>