Shades of Razzle Dazzle Rose #DB37BF
Tints of Razzle Dazzle Rose #DB37BF
RGB
CMYK
RGB Variations
Color information
#DB37BF (or 0xDB37BF) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and BF. RGB value is (219,55,191). Sum of RGB (Red+Green+Blue) = 219+55+191=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37BF is #24C840. Grayscale: #777777. Windows color (decimal): -2410561 or 12531675. OLE color: 12531675.
HSL color Cylindrical-coordinate representation of color #DB37BF: hue angle of 310.24º 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 #DB37BF is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 191 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.14 |
| HSL | 310.24º | 0.69% | 0.54% | - |
| HSV(B) | 310.24º | 0.75% | 0.86% | - |
| XYZ | 39.98 | 21.55 | 51.34 | - |
| YUV | 119.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 191 | 0 | 0.75 | 0.13 | 0.14 | 310.24 | 0.69 | 0.54 |
| Hex | DB | 37 | BF | 0 | 4B | D | E | 136 | 45 | 36 |
| Octal | 333 | 67 | 277 | 0 | 113 | 15 | 16 | 466 | 105 | 66 |
| Binary | 11011011 | 110111 | 10111111 | 0 | 1001011 | 1101 | 1110 | 100110110 | 1000101 | 110110 |
Color Harmonies of #DB37BF
Complementary color
Monochromatic Colors of #DB37BF
Black with #DB37BF
Text Example
Text Example
White with #DB37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37BF; }
p { color: rgb(219,55,191); }
H1.HeaderClassName
{
color: #DB37BF;
}
.AnyTagClassName
{
color: #DB37BF;
}
</style>
background-color css
<style>
a { background-color: #DB37BF; }
a { background-color: rgb(219,55,191); }
div.DivClassName
{
background-color: #DB37BF;
}
.BgClassName
{
background-color: #DB37BF;
}
</style>
border-color css
<style>
span { border-color: #DB37BF; }
span { border-color: rgb(219,55,191); }
td.TdClassName
{
border-color: #DB37BF;
}
.TagClassName
{
border-color: #DB37BF;
}
</style>