Shades of Razzle Dazzle Rose #DB2BB9
Tints of Razzle Dazzle Rose #DB2BB9
RGB
CMYK
RGB Variations
Color information
#DB2BB9 (or 0xDB2BB9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and B9. RGB value is (219,43,185). Sum of RGB (Red+Green+Blue) = 219+43+185=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BB9 is #24D446. Grayscale: #6F6F6F. Windows color (decimal): -2413639 or 12135387. OLE color: 12135387.
HSL color Cylindrical-coordinate representation of color #DB2BB9: hue angle of 311.59º 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 #DB2BB9 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 185 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.14 |
| HSL | 311.59º | 0.71% | 0.51% | - |
| HSV(B) | 311.59º | 0.8% | 0.86% | - |
| XYZ | 38.83 | 20.29 | 47.77 | - |
| YUV | 111.81 | 169.31 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 185 | 0 | 0.80 | 0.16 | 0.14 | 311.59 | 0.71 | 0.51 |
| Hex | DB | 2B | B9 | 0 | 50 | 10 | E | 138 | 47 | 33 |
| Octal | 333 | 53 | 271 | 0 | 120 | 20 | 16 | 470 | 107 | 63 |
| Binary | 11011011 | 101011 | 10111001 | 0 | 1010000 | 10000 | 1110 | 100111000 | 1000111 | 110011 |
Color Harmonies of #DB2BB9
Complementary color
Monochromatic Colors of #DB2BB9
Black with #DB2BB9
Text Example
Text Example
White with #DB2BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BB9; }
p { color: rgb(219,43,185); }
H1.HeaderClassName
{
color: #DB2BB9;
}
.AnyTagClassName
{
color: #DB2BB9;
}
</style>
background-color css
<style>
a { background-color: #DB2BB9; }
a { background-color: rgb(219,43,185); }
div.DivClassName
{
background-color: #DB2BB9;
}
.BgClassName
{
background-color: #DB2BB9;
}
</style>
border-color css
<style>
span { border-color: #DB2BB9; }
span { border-color: rgb(219,43,185); }
td.TdClassName
{
border-color: #DB2BB9;
}
.TagClassName
{
border-color: #DB2BB9;
}
</style>