Shades of Deep Cerise #DB30A2
Tints of Deep Cerise #DB30A2
RGB
CMYK
RGB Variations
Color information
#DB30A2 (or 0xDB30A2) is known color: Deep Cerise. HEX triplet: DB, 30 and A2. RGB value is (219,48,162). Sum of RGB (Red+Green+Blue) = 219+48+162=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB30A2 is #24CF5D. Grayscale: #6F6F6F. Windows color (decimal): -2412382 or 10629339. OLE color: 10629339.
HSL color Cylindrical-coordinate representation of color #DB30A2: hue angle of 320º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB30A2 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 162 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.14 |
| HSL | 320º | 0.7% | 0.52% | - |
| HSV(B) | 320º | 0.78% | 0.86% | - |
| XYZ | 36.79 | 19.78 | 36.06 | - |
| YUV | 112.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 162 | 0 | 0.78 | 0.26 | 0.14 | 320 | 0.7 | 0.52 |
| Hex | DB | 30 | A2 | 0 | 4E | 1A | E | 140 | 46 | 34 |
| Octal | 333 | 60 | 242 | 0 | 116 | 32 | 16 | 500 | 106 | 64 |
| Binary | 11011011 | 110000 | 10100010 | 0 | 1001110 | 11010 | 1110 | 101000000 | 1000110 | 110100 |
Color Harmonies of #DB30A2
Complementary color
Monochromatic Colors of #DB30A2
Black with #DB30A2
Text Example
Text Example
White with #DB30A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30A2; }
p { color: rgb(219,48,162); }
H1.HeaderClassName
{
color: #DB30A2;
}
.AnyTagClassName
{
color: #DB30A2;
}
</style>
background-color css
<style>
a { background-color: #DB30A2; }
a { background-color: rgb(219,48,162); }
div.DivClassName
{
background-color: #DB30A2;
}
.BgClassName
{
background-color: #DB30A2;
}
</style>
border-color css
<style>
span { border-color: #DB30A2; }
span { border-color: rgb(219,48,162); }
td.TdClassName
{
border-color: #DB30A2;
}
.TagClassName
{
border-color: #DB30A2;
}
</style>