Shades of Cerise #DB316E
Tints of Cerise #DB316E
RGB
CMYK
RGB Variations
Color information
#DB316E (or 0xDB316E) is known color: Cerise. HEX triplet: DB, 31 and 6E. RGB value is (219,49,110). Sum of RGB (Red+Green+Blue) = 219+49+110=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB316E is #24CE91. Grayscale: #6A6A6A. Windows color (decimal): -2412178 or 7221723. OLE color: 7221723.
HSL color Cylindrical-coordinate representation of color #DB316E: hue angle of 338.47º 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 #DB316E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 110 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.14 |
| HSL | 338.47º | 0.7% | 0.53% | - |
| HSV(B) | 338.47º | 0.78% | 0.86% | - |
| XYZ | 33.13 | 18.38 | 16.55 | - |
| YUV | 106.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 110 | 0 | 0.78 | 0.50 | 0.14 | 338.47 | 0.7 | 0.53 |
| Hex | DB | 31 | 6E | 0 | 4E | 32 | E | 152 | 46 | 35 |
| Octal | 333 | 61 | 156 | 0 | 116 | 62 | 16 | 522 | 106 | 65 |
| Binary | 11011011 | 110001 | 1101110 | 0 | 1001110 | 110010 | 1110 | 101010010 | 1000110 | 110101 |
Color Harmonies of #DB316E
Complementary color
Monochromatic Colors of #DB316E
Black with #DB316E
Text Example
Text Example
White with #DB316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB316E; }
p { color: rgb(219,49,110); }
H1.HeaderClassName
{
color: #DB316E;
}
.AnyTagClassName
{
color: #DB316E;
}
</style>
background-color css
<style>
a { background-color: #DB316E; }
a { background-color: rgb(219,49,110); }
div.DivClassName
{
background-color: #DB316E;
}
.BgClassName
{
background-color: #DB316E;
}
</style>
border-color css
<style>
span { border-color: #DB316E; }
span { border-color: rgb(219,49,110); }
td.TdClassName
{
border-color: #DB316E;
}
.TagClassName
{
border-color: #DB316E;
}
</style>