Shades of Deep Cerise #DB37AA
Tints of Deep Cerise #DB37AA
RGB
CMYK
RGB Variations
Color information
#DB37AA (or 0xDB37AA) is known color: Deep Cerise. HEX triplet: DB, 37 and AA. RGB value is (219,55,170). Sum of RGB (Red+Green+Blue) = 219+55+170=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB37AA is #24C855. Grayscale: #747474. Windows color (decimal): -2410582 or 11155419. OLE color: 11155419.
HSL color Cylindrical-coordinate representation of color #DB37AA: hue angle of 317.93º 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 #DB37AA is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 170 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.14 |
| HSL | 317.93º | 0.69% | 0.54% | - |
| HSV(B) | 317.93º | 0.75% | 0.86% | - |
| XYZ | 37.84 | 20.69 | 40.03 | - |
| YUV | 117.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 170 | 0 | 0.75 | 0.22 | 0.14 | 317.93 | 0.69 | 0.54 |
| Hex | DB | 37 | AA | 0 | 4B | 16 | E | 13E | 45 | 36 |
| Octal | 333 | 67 | 252 | 0 | 113 | 26 | 16 | 476 | 105 | 66 |
| Binary | 11011011 | 110111 | 10101010 | 0 | 1001011 | 10110 | 1110 | 100111110 | 1000101 | 110110 |
Color Harmonies of #DB37AA
Complementary color
Monochromatic Colors of #DB37AA
Black with #DB37AA
Text Example
Text Example
White with #DB37AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37AA; }
p { color: rgb(219,55,170); }
H1.HeaderClassName
{
color: #DB37AA;
}
.AnyTagClassName
{
color: #DB37AA;
}
</style>
background-color css
<style>
a { background-color: #DB37AA; }
a { background-color: rgb(219,55,170); }
div.DivClassName
{
background-color: #DB37AA;
}
.BgClassName
{
background-color: #DB37AA;
}
</style>
border-color css
<style>
span { border-color: #DB37AA; }
span { border-color: rgb(219,55,170); }
td.TdClassName
{
border-color: #DB37AA;
}
.TagClassName
{
border-color: #DB37AA;
}
</style>