Shades of Razzle Dazzle Rose #DB37BA
Tints of Razzle Dazzle Rose #DB37BA
RGB
CMYK
RGB Variations
Color information
#DB37BA (or 0xDB37BA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and BA. RGB value is (219,55,186). Sum of RGB (Red+Green+Blue) = 219+55+186=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37BA is #24C845. Grayscale: #767676. Windows color (decimal): -2410566 or 12203995. OLE color: 12203995.
HSL color Cylindrical-coordinate representation of color #DB37BA: hue angle of 312.07º 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 #DB37BA is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 186 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.14 |
| HSL | 312.07º | 0.69% | 0.54% | - |
| HSV(B) | 312.07º | 0.75% | 0.86% | - |
| XYZ | 39.44 | 21.34 | 48.49 | - |
| YUV | 118.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 186 | 0 | 0.75 | 0.15 | 0.14 | 312.07 | 0.69 | 0.54 |
| Hex | DB | 37 | BA | 0 | 4B | F | E | 138 | 45 | 36 |
| Octal | 333 | 67 | 272 | 0 | 113 | 17 | 16 | 470 | 105 | 66 |
| Binary | 11011011 | 110111 | 10111010 | 0 | 1001011 | 1111 | 1110 | 100111000 | 1000101 | 110110 |
Color Harmonies of #DB37BA
Complementary color
Monochromatic Colors of #DB37BA
Black with #DB37BA
Text Example
Text Example
White with #DB37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37BA; }
p { color: rgb(219,55,186); }
H1.HeaderClassName
{
color: #DB37BA;
}
.AnyTagClassName
{
color: #DB37BA;
}
</style>
background-color css
<style>
a { background-color: #DB37BA; }
a { background-color: rgb(219,55,186); }
div.DivClassName
{
background-color: #DB37BA;
}
.BgClassName
{
background-color: #DB37BA;
}
</style>
border-color css
<style>
span { border-color: #DB37BA; }
span { border-color: rgb(219,55,186); }
td.TdClassName
{
border-color: #DB37BA;
}
.TagClassName
{
border-color: #DB37BA;
}
</style>