Shades of Deep Cerise #DB319D
Tints of Deep Cerise #DB319D
RGB
CMYK
RGB Variations
Color information
#DB319D (or 0xDB319D) is known color: Deep Cerise. HEX triplet: DB, 31 and 9D. RGB value is (219,49,157). Sum of RGB (Red+Green+Blue) = 219+49+157=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB319D is #24CE62. Grayscale: #6F6F6F. Windows color (decimal): -2412131 or 10301915. OLE color: 10301915.
HSL color Cylindrical-coordinate representation of color #DB319D: hue angle of 321.88º 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 #DB319D is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 157 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.14 |
| HSL | 321.88º | 0.7% | 0.53% | - |
| HSV(B) | 321.88º | 0.78% | 0.86% | - |
| XYZ | 36.4 | 19.69 | 33.78 | - |
| YUV | 112.14 | 153.32 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 157 | 0 | 0.78 | 0.28 | 0.14 | 321.88 | 0.7 | 0.53 |
| Hex | DB | 31 | 9D | 0 | 4E | 1C | E | 142 | 46 | 35 |
| Octal | 333 | 61 | 235 | 0 | 116 | 34 | 16 | 502 | 106 | 65 |
| Binary | 11011011 | 110001 | 10011101 | 0 | 1001110 | 11100 | 1110 | 101000010 | 1000110 | 110101 |
Color Harmonies of #DB319D
Complementary color
Monochromatic Colors of #DB319D
Black with #DB319D
Text Example
Text Example
White with #DB319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB319D; }
p { color: rgb(219,49,157); }
H1.HeaderClassName
{
color: #DB319D;
}
.AnyTagClassName
{
color: #DB319D;
}
</style>
background-color css
<style>
a { background-color: #DB319D; }
a { background-color: rgb(219,49,157); }
div.DivClassName
{
background-color: #DB319D;
}
.BgClassName
{
background-color: #DB319D;
}
</style>
border-color css
<style>
span { border-color: #DB319D; }
span { border-color: rgb(219,49,157); }
td.TdClassName
{
border-color: #DB319D;
}
.TagClassName
{
border-color: #DB319D;
}
</style>