Shades of Deep Cerise #DB319A
Tints of Deep Cerise #DB319A
RGB
CMYK
RGB Variations
Color information
#DB319A (or 0xDB319A) is known color: Deep Cerise. HEX triplet: DB, 31 and 9A. RGB value is (219,49,154). Sum of RGB (Red+Green+Blue) = 219+49+154=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB319A is #24CE65. Grayscale: #6F6F6F. Windows color (decimal): -2412134 or 10105307. OLE color: 10105307.
HSL color Cylindrical-coordinate representation of color #DB319A: hue angle of 322.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB319A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 154 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.14 |
| HSL | 322.94º | 0.7% | 0.53% | - |
| HSV(B) | 322.94º | 0.78% | 0.86% | - |
| XYZ | 36.14 | 19.59 | 32.45 | - |
| YUV | 111.8 | 151.82 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 154 | 0 | 0.78 | 0.30 | 0.14 | 322.94 | 0.7 | 0.53 |
| Hex | DB | 31 | 9A | 0 | 4E | 1E | E | 143 | 46 | 35 |
| Octal | 333 | 61 | 232 | 0 | 116 | 36 | 16 | 503 | 106 | 65 |
| Binary | 11011011 | 110001 | 10011010 | 0 | 1001110 | 11110 | 1110 | 101000011 | 1000110 | 110101 |
Color Harmonies of #DB319A
Complementary color
Monochromatic Colors of #DB319A
Black with #DB319A
Text Example
Text Example
White with #DB319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB319A; }
p { color: rgb(219,49,154); }
H1.HeaderClassName
{
color: #DB319A;
}
.AnyTagClassName
{
color: #DB319A;
}
</style>
background-color css
<style>
a { background-color: #DB319A; }
a { background-color: rgb(219,49,154); }
div.DivClassName
{
background-color: #DB319A;
}
.BgClassName
{
background-color: #DB319A;
}
</style>
border-color css
<style>
span { border-color: #DB319A; }
span { border-color: rgb(219,49,154); }
td.TdClassName
{
border-color: #DB319A;
}
.TagClassName
{
border-color: #DB319A;
}
</style>