Shades of Cerise #DB316F
Tints of Cerise #DB316F
RGB
CMYK
RGB Variations
Color information
#DB316F (or 0xDB316F) is known color: Cerise. HEX triplet: DB, 31 and 6F. RGB value is (219,49,111). Sum of RGB (Red+Green+Blue) = 219+49+111=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB316F is #24CE90. Grayscale: #6A6A6A. Windows color (decimal): -2412177 or 7287259. OLE color: 7287259.
HSL color Cylindrical-coordinate representation of color #DB316F: hue angle of 338.12º 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 #DB316F is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 111 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.14 |
| HSL | 338.12º | 0.7% | 0.53% | - |
| HSV(B) | 338.12º | 0.78% | 0.86% | - |
| XYZ | 33.18 | 18.4 | 16.84 | - |
| YUV | 106.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 111 | 0 | 0.78 | 0.49 | 0.14 | 338.12 | 0.7 | 0.53 |
| Hex | DB | 31 | 6F | 0 | 4E | 31 | E | 152 | 46 | 35 |
| Octal | 333 | 61 | 157 | 0 | 116 | 61 | 16 | 522 | 106 | 65 |
| Binary | 11011011 | 110001 | 1101111 | 0 | 1001110 | 110001 | 1110 | 101010010 | 1000110 | 110101 |
Color Harmonies of #DB316F
Complementary color
Monochromatic Colors of #DB316F
Black with #DB316F
Text Example
Text Example
White with #DB316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB316F; }
p { color: rgb(219,49,111); }
H1.HeaderClassName
{
color: #DB316F;
}
.AnyTagClassName
{
color: #DB316F;
}
</style>
background-color css
<style>
a { background-color: #DB316F; }
a { background-color: rgb(219,49,111); }
div.DivClassName
{
background-color: #DB316F;
}
.BgClassName
{
background-color: #DB316F;
}
</style>
border-color css
<style>
span { border-color: #DB316F; }
span { border-color: rgb(219,49,111); }
td.TdClassName
{
border-color: #DB316F;
}
.TagClassName
{
border-color: #DB316F;
}
</style>