Shades of Razzle Dazzle Rose #DB37B5
Tints of Razzle Dazzle Rose #DB37B5
RGB
CMYK
RGB Variations
Color information
#DB37B5 (or 0xDB37B5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and B5. RGB value is (219,55,181). Sum of RGB (Red+Green+Blue) = 219+55+181=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37B5 is #24C84A. Grayscale: #767676. Windows color (decimal): -2410571 or 11876315. OLE color: 11876315.
HSL color Cylindrical-coordinate representation of color #DB37B5: hue angle of 313.9º 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 #DB37B5 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 181 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.14 |
| HSL | 313.9º | 0.69% | 0.54% | - |
| HSV(B) | 313.9º | 0.75% | 0.86% | - |
| XYZ | 38.92 | 21.13 | 45.74 | - |
| YUV | 118.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 181 | 0 | 0.75 | 0.17 | 0.14 | 313.9 | 0.69 | 0.54 |
| Hex | DB | 37 | B5 | 0 | 4B | 11 | E | 13A | 45 | 36 |
| Octal | 333 | 67 | 265 | 0 | 113 | 21 | 16 | 472 | 105 | 66 |
| Binary | 11011011 | 110111 | 10110101 | 0 | 1001011 | 10001 | 1110 | 100111010 | 1000101 | 110110 |
Color Harmonies of #DB37B5
Complementary color
Monochromatic Colors of #DB37B5
Black with #DB37B5
Text Example
Text Example
White with #DB37B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37B5; }
p { color: rgb(219,55,181); }
H1.HeaderClassName
{
color: #DB37B5;
}
.AnyTagClassName
{
color: #DB37B5;
}
</style>
background-color css
<style>
a { background-color: #DB37B5; }
a { background-color: rgb(219,55,181); }
div.DivClassName
{
background-color: #DB37B5;
}
.BgClassName
{
background-color: #DB37B5;
}
</style>
border-color css
<style>
span { border-color: #DB37B5; }
span { border-color: rgb(219,55,181); }
td.TdClassName
{
border-color: #DB37B5;
}
.TagClassName
{
border-color: #DB37B5;
}
</style>