Shades of Razzle Dazzle Rose #DB2BD9
Tints of Razzle Dazzle Rose #DB2BD9
RGB
CMYK
RGB Variations
Color information
#DB2BD9 (or 0xDB2BD9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and D9. RGB value is (219,43,217). Sum of RGB (Red+Green+Blue) = 219+43+217=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BD9 is #24D426. Grayscale: #727272. Windows color (decimal): -2413607 or 14232539. OLE color: 14232539.
HSL color Cylindrical-coordinate representation of color #DB2BD9: 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.8%. Process color model (Four color, CMYK) of #DB2BD9 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 217 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.14 |
| HSL | 300.68º | 0.71% | 0.51% | - |
| HSV(B) | 300.68º | 0.8% | 0.86% | - |
| XYZ | 42.6 | 21.8 | 67.61 | - |
| YUV | 115.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 217 | 0 | 0.80 | 0.01 | 0.14 | 300.68 | 0.71 | 0.51 |
| Hex | DB | 2B | D9 | 0 | 50 | 1 | E | 12D | 47 | 33 |
| Octal | 333 | 53 | 331 | 0 | 120 | 1 | 16 | 455 | 107 | 63 |
| Binary | 11011011 | 101011 | 11011001 | 0 | 1010000 | 1 | 1110 | 100101101 | 1000111 | 110011 |
Color Harmonies of #DB2BD9
Complementary color
Monochromatic Colors of #DB2BD9
Black with #DB2BD9
Text Example
Text Example
White with #DB2BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BD9; }
p { color: rgb(219,43,217); }
H1.HeaderClassName
{
color: #DB2BD9;
}
.AnyTagClassName
{
color: #DB2BD9;
}
</style>
background-color css
<style>
a { background-color: #DB2BD9; }
a { background-color: rgb(219,43,217); }
div.DivClassName
{
background-color: #DB2BD9;
}
.BgClassName
{
background-color: #DB2BD9;
}
</style>
border-color css
<style>
span { border-color: #DB2BD9; }
span { border-color: rgb(219,43,217); }
td.TdClassName
{
border-color: #DB2BD9;
}
.TagClassName
{
border-color: #DB2BD9;
}
</style>