Shades of Razzle Dazzle Rose #DB35CE
Tints of Razzle Dazzle Rose #DB35CE
RGB
CMYK
RGB Variations
Color information
#DB35CE (or 0xDB35CE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 35 and CE. RGB value is (219,53,206). Sum of RGB (Red+Green+Blue) = 219+53+206=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35CE is #24CA31. Grayscale: #777777. Windows color (decimal): -2411058 or 13514203. OLE color: 13514203.
HSL color Cylindrical-coordinate representation of color #DB35CE: hue angle of 304.7º 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 #DB35CE is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 206 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.14 |
| HSL | 304.7º | 0.7% | 0.53% | - |
| HSV(B) | 304.7º | 0.76% | 0.86% | - |
| XYZ | 41.63 | 22.06 | 60.46 | - |
| YUV | 120.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 206 | 0 | 0.76 | 0.06 | 0.14 | 304.7 | 0.7 | 0.53 |
| Hex | DB | 35 | CE | 0 | 4C | 6 | E | 131 | 46 | 35 |
| Octal | 333 | 65 | 316 | 0 | 114 | 6 | 16 | 461 | 106 | 65 |
| Binary | 11011011 | 110101 | 11001110 | 0 | 1001100 | 110 | 1110 | 100110001 | 1000110 | 110101 |
Color Harmonies of #DB35CE
Complementary color
Monochromatic Colors of #DB35CE
Black with #DB35CE
Text Example
Text Example
White with #DB35CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35CE; }
p { color: rgb(219,53,206); }
H1.HeaderClassName
{
color: #DB35CE;
}
.AnyTagClassName
{
color: #DB35CE;
}
</style>
background-color css
<style>
a { background-color: #DB35CE; }
a { background-color: rgb(219,53,206); }
div.DivClassName
{
background-color: #DB35CE;
}
.BgClassName
{
background-color: #DB35CE;
}
</style>
border-color css
<style>
span { border-color: #DB35CE; }
span { border-color: rgb(219,53,206); }
td.TdClassName
{
border-color: #DB35CE;
}
.TagClassName
{
border-color: #DB35CE;
}
</style>