Shades of Razzle Dazzle Rose #DB35BD
Tints of Razzle Dazzle Rose #DB35BD
RGB
CMYK
RGB Variations
Color information
#DB35BD (or 0xDB35BD) is known color: Razzle Dazzle Rose. HEX triplet: DB, 35 and BD. RGB value is (219,53,189). Sum of RGB (Red+Green+Blue) = 219+53+189=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35BD is #24CA42. Grayscale: #757575. Windows color (decimal): -2411075 or 12400091. OLE color: 12400091.
HSL color Cylindrical-coordinate representation of color #DB35BD: hue angle of 310.84º 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 #DB35BD is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 189 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.14 |
| HSL | 310.84º | 0.7% | 0.53% | - |
| HSV(B) | 310.84º | 0.76% | 0.86% | - |
| XYZ | 39.67 | 21.28 | 50.16 | - |
| YUV | 118.14 | 168 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 189 | 0 | 0.76 | 0.14 | 0.14 | 310.84 | 0.7 | 0.53 |
| Hex | DB | 35 | BD | 0 | 4C | E | E | 137 | 46 | 35 |
| Octal | 333 | 65 | 275 | 0 | 114 | 16 | 16 | 467 | 106 | 65 |
| Binary | 11011011 | 110101 | 10111101 | 0 | 1001100 | 1110 | 1110 | 100110111 | 1000110 | 110101 |
Color Harmonies of #DB35BD
Complementary color
Monochromatic Colors of #DB35BD
Black with #DB35BD
Text Example
Text Example
White with #DB35BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35BD; }
p { color: rgb(219,53,189); }
H1.HeaderClassName
{
color: #DB35BD;
}
.AnyTagClassName
{
color: #DB35BD;
}
</style>
background-color css
<style>
a { background-color: #DB35BD; }
a { background-color: rgb(219,53,189); }
div.DivClassName
{
background-color: #DB35BD;
}
.BgClassName
{
background-color: #DB35BD;
}
</style>
border-color css
<style>
span { border-color: #DB35BD; }
span { border-color: rgb(219,53,189); }
td.TdClassName
{
border-color: #DB35BD;
}
.TagClassName
{
border-color: #DB35BD;
}
</style>