Shades of Cerise #DB316D
Tints of Cerise #DB316D
RGB
CMYK
RGB Variations
Color information
#DB316D (or 0xDB316D) is known color: Cerise. HEX triplet: DB, 31 and 6D. RGB value is (219,49,109). Sum of RGB (Red+Green+Blue) = 219+49+109=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB316D is #24CE92. Grayscale: #6A6A6A. Windows color (decimal): -2412179 or 7156187. OLE color: 7156187.
HSL color Cylindrical-coordinate representation of color #DB316D: hue angle of 338.82º 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 #DB316D is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 109 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.14 |
| HSL | 338.82º | 0.7% | 0.53% | - |
| HSV(B) | 338.82º | 0.78% | 0.86% | - |
| XYZ | 33.07 | 18.36 | 16.27 | - |
| YUV | 106.67 | 129.32 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 109 | 0 | 0.78 | 0.50 | 0.14 | 338.82 | 0.7 | 0.53 |
| Hex | DB | 31 | 6D | 0 | 4E | 32 | E | 153 | 46 | 35 |
| Octal | 333 | 61 | 155 | 0 | 116 | 62 | 16 | 523 | 106 | 65 |
| Binary | 11011011 | 110001 | 1101101 | 0 | 1001110 | 110010 | 1110 | 101010011 | 1000110 | 110101 |
Color Harmonies of #DB316D
Complementary color
Monochromatic Colors of #DB316D
Black with #DB316D
Text Example
Text Example
White with #DB316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB316D; }
p { color: rgb(219,49,109); }
H1.HeaderClassName
{
color: #DB316D;
}
.AnyTagClassName
{
color: #DB316D;
}
</style>
background-color css
<style>
a { background-color: #DB316D; }
a { background-color: rgb(219,49,109); }
div.DivClassName
{
background-color: #DB316D;
}
.BgClassName
{
background-color: #DB316D;
}
</style>
border-color css
<style>
span { border-color: #DB316D; }
span { border-color: rgb(219,49,109); }
td.TdClassName
{
border-color: #DB316D;
}
.TagClassName
{
border-color: #DB316D;
}
</style>