Shades of Razzle Dazzle Rose #DB37B9
Tints of Razzle Dazzle Rose #DB37B9
RGB
CMYK
RGB Variations
Color information
#DB37B9 (or 0xDB37B9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and B9. RGB value is (219,55,185). Sum of RGB (Red+Green+Blue) = 219+55+185=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37B9 is #24C846. Grayscale: #767676. Windows color (decimal): -2410567 or 12138459. OLE color: 12138459.
HSL color Cylindrical-coordinate representation of color #DB37B9: hue angle of 312.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB37B9 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 185 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.14 |
| HSL | 312.44º | 0.69% | 0.54% | - |
| HSV(B) | 312.44º | 0.75% | 0.86% | - |
| XYZ | 39.34 | 21.3 | 47.94 | - |
| YUV | 118.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 185 | 0 | 0.75 | 0.16 | 0.14 | 312.44 | 0.69 | 0.54 |
| Hex | DB | 37 | B9 | 0 | 4B | 10 | E | 138 | 45 | 36 |
| Octal | 333 | 67 | 271 | 0 | 113 | 20 | 16 | 470 | 105 | 66 |
| Binary | 11011011 | 110111 | 10111001 | 0 | 1001011 | 10000 | 1110 | 100111000 | 1000101 | 110110 |
Color Harmonies of #DB37B9
Complementary color
Monochromatic Colors of #DB37B9
Black with #DB37B9
Text Example
Text Example
White with #DB37B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37B9; }
p { color: rgb(219,55,185); }
H1.HeaderClassName
{
color: #DB37B9;
}
.AnyTagClassName
{
color: #DB37B9;
}
</style>
background-color css
<style>
a { background-color: #DB37B9; }
a { background-color: rgb(219,55,185); }
div.DivClassName
{
background-color: #DB37B9;
}
.BgClassName
{
background-color: #DB37B9;
}
</style>
border-color css
<style>
span { border-color: #DB37B9; }
span { border-color: rgb(219,55,185); }
td.TdClassName
{
border-color: #DB37B9;
}
.TagClassName
{
border-color: #DB37B9;
}
</style>