Shades of Razzle Dazzle Rose #DB2AD9
Tints of Razzle Dazzle Rose #DB2AD9
RGB
CMYK
RGB Variations
Color information
#DB2AD9 (or 0xDB2AD9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and D9. RGB value is (219,42,217). Sum of RGB (Red+Green+Blue) = 219+42+217=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AD9 is #24D526. Grayscale: #727272. Windows color (decimal): -2413863 or 14232283. OLE color: 14232283.
HSL color Cylindrical-coordinate representation of color #DB2AD9: hue angle of 300.68º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2AD9 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 217 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.14 |
| HSL | 300.68º | 0.71% | 0.51% | - |
| HSV(B) | 300.68º | 0.81% | 0.86% | - |
| XYZ | 42.57 | 21.73 | 67.6 | - |
| YUV | 114.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 217 | 0 | 0.81 | 0.01 | 0.14 | 300.68 | 0.71 | 0.51 |
| Hex | DB | 2A | D9 | 0 | 51 | 1 | E | 12D | 47 | 33 |
| Octal | 333 | 52 | 331 | 0 | 121 | 1 | 16 | 455 | 107 | 63 |
| Binary | 11011011 | 101010 | 11011001 | 0 | 1010001 | 1 | 1110 | 100101101 | 1000111 | 110011 |
Color Harmonies of #DB2AD9
Complementary color
Monochromatic Colors of #DB2AD9
Black with #DB2AD9
Text Example
Text Example
White with #DB2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AD9; }
p { color: rgb(219,42,217); }
H1.HeaderClassName
{
color: #DB2AD9;
}
.AnyTagClassName
{
color: #DB2AD9;
}
</style>
background-color css
<style>
a { background-color: #DB2AD9; }
a { background-color: rgb(219,42,217); }
div.DivClassName
{
background-color: #DB2AD9;
}
.BgClassName
{
background-color: #DB2AD9;
}
</style>
border-color css
<style>
span { border-color: #DB2AD9; }
span { border-color: rgb(219,42,217); }
td.TdClassName
{
border-color: #DB2AD9;
}
.TagClassName
{
border-color: #DB2AD9;
}
</style>