Shades of Razzle Dazzle Rose #DB35C0
Tints of Razzle Dazzle Rose #DB35C0
RGB
CMYK
RGB Variations
Color information
#DB35C0 (or 0xDB35C0) is known color: Razzle Dazzle Rose. HEX triplet: DB, 35 and C0. RGB value is (219,53,192). Sum of RGB (Red+Green+Blue) = 219+53+192=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35C0 is #24CA3F. Grayscale: #767676. Windows color (decimal): -2411072 or 12596699. OLE color: 12596699.
HSL color Cylindrical-coordinate representation of color #DB35C0: hue angle of 309.76º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB35C0 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 192 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.14 |
| HSL | 309.76º | 0.7% | 0.53% | - |
| HSV(B) | 309.76º | 0.76% | 0.86% | - |
| XYZ | 40 | 21.41 | 51.89 | - |
| YUV | 118.48 | 169.5 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 192 | 0 | 0.76 | 0.12 | 0.14 | 309.76 | 0.7 | 0.53 |
| Hex | DB | 35 | C0 | 0 | 4C | C | E | 136 | 46 | 35 |
| Octal | 333 | 65 | 300 | 0 | 114 | 14 | 16 | 466 | 106 | 65 |
| Binary | 11011011 | 110101 | 11000000 | 0 | 1001100 | 1100 | 1110 | 100110110 | 1000110 | 110101 |
Color Harmonies of #DB35C0
Complementary color
Monochromatic Colors of #DB35C0
Black with #DB35C0
Text Example
Text Example
White with #DB35C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35C0; }
p { color: rgb(219,53,192); }
H1.HeaderClassName
{
color: #DB35C0;
}
.AnyTagClassName
{
color: #DB35C0;
}
</style>
background-color css
<style>
a { background-color: #DB35C0; }
a { background-color: rgb(219,53,192); }
div.DivClassName
{
background-color: #DB35C0;
}
.BgClassName
{
background-color: #DB35C0;
}
</style>
border-color css
<style>
span { border-color: #DB35C0; }
span { border-color: rgb(219,53,192); }
td.TdClassName
{
border-color: #DB35C0;
}
.TagClassName
{
border-color: #DB35C0;
}
</style>