Shades of Razzle Dazzle Rose #DB37C2
Tints of Razzle Dazzle Rose #DB37C2
RGB
CMYK
RGB Variations
Color information
#DB37C2 (or 0xDB37C2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and C2. RGB value is (219,55,194). Sum of RGB (Red+Green+Blue) = 219+55+194=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37C2 is #24C83D. Grayscale: #777777. Windows color (decimal): -2410558 or 12728283. OLE color: 12728283.
HSL color Cylindrical-coordinate representation of color #DB37C2: hue angle of 309.15º 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 #DB37C2 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 194 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.14 |
| HSL | 309.15º | 0.69% | 0.54% | - |
| HSV(B) | 309.15º | 0.75% | 0.86% | - |
| XYZ | 40.32 | 21.69 | 53.1 | - |
| YUV | 119.88 | 169.83 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 194 | 0 | 0.75 | 0.11 | 0.14 | 309.15 | 0.69 | 0.54 |
| Hex | DB | 37 | C2 | 0 | 4B | B | E | 135 | 45 | 36 |
| Octal | 333 | 67 | 302 | 0 | 113 | 13 | 16 | 465 | 105 | 66 |
| Binary | 11011011 | 110111 | 11000010 | 0 | 1001011 | 1011 | 1110 | 100110101 | 1000101 | 110110 |
Color Harmonies of #DB37C2
Complementary color
Monochromatic Colors of #DB37C2
Black with #DB37C2
Text Example
Text Example
White with #DB37C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37C2; }
p { color: rgb(219,55,194); }
H1.HeaderClassName
{
color: #DB37C2;
}
.AnyTagClassName
{
color: #DB37C2;
}
</style>
background-color css
<style>
a { background-color: #DB37C2; }
a { background-color: rgb(219,55,194); }
div.DivClassName
{
background-color: #DB37C2;
}
.BgClassName
{
background-color: #DB37C2;
}
</style>
border-color css
<style>
span { border-color: #DB37C2; }
span { border-color: rgb(219,55,194); }
td.TdClassName
{
border-color: #DB37C2;
}
.TagClassName
{
border-color: #DB37C2;
}
</style>