Shades of Cerise #DB316C
Tints of Cerise #DB316C
RGB
CMYK
RGB Variations
Color information
#DB316C (or 0xDB316C) is known color: Cerise. HEX triplet: DB, 31 and 6C. RGB value is (219,49,108). Sum of RGB (Red+Green+Blue) = 219+49+108=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB316C is #24CE93. Grayscale: #6A6A6A. Windows color (decimal): -2412180 or 7090651. OLE color: 7090651.
HSL color Cylindrical-coordinate representation of color #DB316C: hue angle of 339.18º 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 #DB316C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 108 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.14 |
| HSL | 339.18º | 0.7% | 0.53% | - |
| HSV(B) | 339.18º | 0.78% | 0.86% | - |
| XYZ | 33.02 | 18.34 | 15.99 | - |
| YUV | 106.56 | 128.82 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 108 | 0 | 0.78 | 0.51 | 0.14 | 339.18 | 0.7 | 0.53 |
| Hex | DB | 31 | 6C | 0 | 4E | 33 | E | 153 | 46 | 35 |
| Octal | 333 | 61 | 154 | 0 | 116 | 63 | 16 | 523 | 106 | 65 |
| Binary | 11011011 | 110001 | 1101100 | 0 | 1001110 | 110011 | 1110 | 101010011 | 1000110 | 110101 |
Color Harmonies of #DB316C
Complementary color
Monochromatic Colors of #DB316C
Black with #DB316C
Text Example
Text Example
White with #DB316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB316C; }
p { color: rgb(219,49,108); }
H1.HeaderClassName
{
color: #DB316C;
}
.AnyTagClassName
{
color: #DB316C;
}
</style>
background-color css
<style>
a { background-color: #DB316C; }
a { background-color: rgb(219,49,108); }
div.DivClassName
{
background-color: #DB316C;
}
.BgClassName
{
background-color: #DB316C;
}
</style>
border-color css
<style>
span { border-color: #DB316C; }
span { border-color: rgb(219,49,108); }
td.TdClassName
{
border-color: #DB316C;
}
.TagClassName
{
border-color: #DB316C;
}
</style>