Shades of Razzle Dazzle Rose #DB37C0
Tints of Razzle Dazzle Rose #DB37C0
RGB
CMYK
RGB Variations
Color information
#DB37C0 (or 0xDB37C0) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and C0. RGB value is (219,55,192). Sum of RGB (Red+Green+Blue) = 219+55+192=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37C0 is #24C83F. Grayscale: #777777. Windows color (decimal): -2410560 or 12597211. OLE color: 12597211.
HSL color Cylindrical-coordinate representation of color #DB37C0: hue angle of 309.88º 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 #DB37C0 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 192 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.14 |
| HSL | 309.88º | 0.69% | 0.54% | - |
| HSV(B) | 309.88º | 0.75% | 0.86% | - |
| XYZ | 40.09 | 21.6 | 51.92 | - |
| YUV | 119.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 192 | 0 | 0.75 | 0.12 | 0.14 | 309.88 | 0.69 | 0.54 |
| Hex | DB | 37 | C0 | 0 | 4B | C | E | 136 | 45 | 36 |
| Octal | 333 | 67 | 300 | 0 | 113 | 14 | 16 | 466 | 105 | 66 |
| Binary | 11011011 | 110111 | 11000000 | 0 | 1001011 | 1100 | 1110 | 100110110 | 1000101 | 110110 |
Color Harmonies of #DB37C0
Complementary color
Monochromatic Colors of #DB37C0
Black with #DB37C0
Text Example
Text Example
White with #DB37C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37C0; }
p { color: rgb(219,55,192); }
H1.HeaderClassName
{
color: #DB37C0;
}
.AnyTagClassName
{
color: #DB37C0;
}
</style>
background-color css
<style>
a { background-color: #DB37C0; }
a { background-color: rgb(219,55,192); }
div.DivClassName
{
background-color: #DB37C0;
}
.BgClassName
{
background-color: #DB37C0;
}
</style>
border-color css
<style>
span { border-color: #DB37C0; }
span { border-color: rgb(219,55,192); }
td.TdClassName
{
border-color: #DB37C0;
}
.TagClassName
{
border-color: #DB37C0;
}
</style>