Shades of Razzle Dazzle Rose #DB2AB9
Tints of Razzle Dazzle Rose #DB2AB9
RGB
CMYK
RGB Variations
Color information
#DB2AB9 (or 0xDB2AB9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and B9. RGB value is (219,42,185). Sum of RGB (Red+Green+Blue) = 219+42+185=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AB9 is #24D546. Grayscale: #6E6E6E. Windows color (decimal): -2413895 or 12135131. OLE color: 12135131.
HSL color Cylindrical-coordinate representation of color #DB2AB9: hue angle of 311.53º 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 #DB2AB9 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 185 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.14 |
| HSL | 311.53º | 0.71% | 0.51% | - |
| HSV(B) | 311.53º | 0.81% | 0.86% | - |
| XYZ | 38.8 | 20.22 | 47.76 | - |
| YUV | 111.23 | 169.64 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 185 | 0 | 0.81 | 0.16 | 0.14 | 311.53 | 0.71 | 0.51 |
| Hex | DB | 2A | B9 | 0 | 51 | 10 | E | 138 | 47 | 33 |
| Octal | 333 | 52 | 271 | 0 | 121 | 20 | 16 | 470 | 107 | 63 |
| Binary | 11011011 | 101010 | 10111001 | 0 | 1010001 | 10000 | 1110 | 100111000 | 1000111 | 110011 |
Color Harmonies of #DB2AB9
Complementary color
Monochromatic Colors of #DB2AB9
Black with #DB2AB9
Text Example
Text Example
White with #DB2AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AB9; }
p { color: rgb(219,42,185); }
H1.HeaderClassName
{
color: #DB2AB9;
}
.AnyTagClassName
{
color: #DB2AB9;
}
</style>
background-color css
<style>
a { background-color: #DB2AB9; }
a { background-color: rgb(219,42,185); }
div.DivClassName
{
background-color: #DB2AB9;
}
.BgClassName
{
background-color: #DB2AB9;
}
</style>
border-color css
<style>
span { border-color: #DB2AB9; }
span { border-color: rgb(219,42,185); }
td.TdClassName
{
border-color: #DB2AB9;
}
.TagClassName
{
border-color: #DB2AB9;
}
</style>