Shades of Cerise #DB316B
Tints of Cerise #DB316B
RGB
CMYK
RGB Variations
Color information
#DB316B (or 0xDB316B) is known color: Cerise. HEX triplet: DB, 31 and 6B. RGB value is (219,49,107). Sum of RGB (Red+Green+Blue) = 219+49+107=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB316B is #24CE94. Grayscale: #6A6A6A. Windows color (decimal): -2412181 or 7025115. OLE color: 7025115.
HSL color Cylindrical-coordinate representation of color #DB316B: hue angle of 339.53º 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 #DB316B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 107 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.14 |
| HSL | 339.53º | 0.7% | 0.53% | - |
| HSV(B) | 339.53º | 0.78% | 0.86% | - |
| XYZ | 32.97 | 18.32 | 15.71 | - |
| YUV | 106.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 107 | 0 | 0.78 | 0.51 | 0.14 | 339.53 | 0.7 | 0.53 |
| Hex | DB | 31 | 6B | 0 | 4E | 33 | E | 154 | 46 | 35 |
| Octal | 333 | 61 | 153 | 0 | 116 | 63 | 16 | 524 | 106 | 65 |
| Binary | 11011011 | 110001 | 1101011 | 0 | 1001110 | 110011 | 1110 | 101010100 | 1000110 | 110101 |
Color Harmonies of #DB316B
Complementary color
Monochromatic Colors of #DB316B
Black with #DB316B
Text Example
Text Example
White with #DB316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB316B; }
p { color: rgb(219,49,107); }
H1.HeaderClassName
{
color: #DB316B;
}
.AnyTagClassName
{
color: #DB316B;
}
</style>
background-color css
<style>
a { background-color: #DB316B; }
a { background-color: rgb(219,49,107); }
div.DivClassName
{
background-color: #DB316B;
}
.BgClassName
{
background-color: #DB316B;
}
</style>
border-color css
<style>
span { border-color: #DB316B; }
span { border-color: rgb(219,49,107); }
td.TdClassName
{
border-color: #DB316B;
}
.TagClassName
{
border-color: #DB316B;
}
</style>