Shades of Razzle Dazzle Rose #DB2ED9
Tints of Razzle Dazzle Rose #DB2ED9
RGB
CMYK
RGB Variations
Color information
#DB2ED9 (or 0xDB2ED9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and D9. RGB value is (219,46,217). Sum of RGB (Red+Green+Blue) = 219+46+217=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ED9 is #24D126. Grayscale: #747474. Windows color (decimal): -2412839 or 14233307. OLE color: 14233307.
HSL color Cylindrical-coordinate representation of color #DB2ED9: hue angle of 300.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2ED9 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 217 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.14 |
| HSL | 300.69º | 0.71% | 0.52% | - |
| HSV(B) | 300.69º | 0.79% | 0.86% | - |
| XYZ | 42.71 | 22.02 | 67.65 | - |
| YUV | 117.22 | 184.31 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 217 | 0 | 0.79 | 0.01 | 0.14 | 300.69 | 0.71 | 0.52 |
| Hex | DB | 2E | D9 | 0 | 4F | 1 | E | 12D | 47 | 34 |
| Octal | 333 | 56 | 331 | 0 | 117 | 1 | 16 | 455 | 107 | 64 |
| Binary | 11011011 | 101110 | 11011001 | 0 | 1001111 | 1 | 1110 | 100101101 | 1000111 | 110100 |
Color Harmonies of #DB2ED9
Complementary color
Monochromatic Colors of #DB2ED9
Black with #DB2ED9
Text Example
Text Example
White with #DB2ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2ED9; }
p { color: rgb(219,46,217); }
H1.HeaderClassName
{
color: #DB2ED9;
}
.AnyTagClassName
{
color: #DB2ED9;
}
</style>
background-color css
<style>
a { background-color: #DB2ED9; }
a { background-color: rgb(219,46,217); }
div.DivClassName
{
background-color: #DB2ED9;
}
.BgClassName
{
background-color: #DB2ED9;
}
</style>
border-color css
<style>
span { border-color: #DB2ED9; }
span { border-color: rgb(219,46,217); }
td.TdClassName
{
border-color: #DB2ED9;
}
.TagClassName
{
border-color: #DB2ED9;
}
</style>