Shades of Cerise #DB315D
Tints of Cerise #DB315D
RGB
CMYK
RGB Variations
Color information
#DB315D (or 0xDB315D) is known color: Cerise. HEX triplet: DB, 31 and 5D. RGB value is (219,49,93). Sum of RGB (Red+Green+Blue) = 219+49+93=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB315D is #24CEA2. Grayscale: #686868. Windows color (decimal): -2412195 or 6107611. OLE color: 6107611.
HSL color Cylindrical-coordinate representation of color #DB315D: hue angle of 344.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 #DB315D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 93 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.14 |
| HSL | 344.47º | 0.7% | 0.53% | - |
| HSV(B) | 344.47º | 0.78% | 0.86% | - |
| XYZ | 32.29 | 18.05 | 12.14 | - |
| YUV | 104.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 93 | 0 | 0.78 | 0.58 | 0.14 | 344.47 | 0.7 | 0.53 |
| Hex | DB | 31 | 5D | 0 | 4E | 3A | E | 158 | 46 | 35 |
| Octal | 333 | 61 | 135 | 0 | 116 | 72 | 16 | 530 | 106 | 65 |
| Binary | 11011011 | 110001 | 1011101 | 0 | 1001110 | 111010 | 1110 | 101011000 | 1000110 | 110101 |
Color Harmonies of #DB315D
Complementary color
Monochromatic Colors of #DB315D
Black with #DB315D
Text Example
Text Example
White with #DB315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB315D; }
p { color: rgb(219,49,93); }
H1.HeaderClassName
{
color: #DB315D;
}
.AnyTagClassName
{
color: #DB315D;
}
</style>
background-color css
<style>
a { background-color: #DB315D; }
a { background-color: rgb(219,49,93); }
div.DivClassName
{
background-color: #DB315D;
}
.BgClassName
{
background-color: #DB315D;
}
</style>
border-color css
<style>
span { border-color: #DB315D; }
span { border-color: rgb(219,49,93); }
td.TdClassName
{
border-color: #DB315D;
}
.TagClassName
{
border-color: #DB315D;
}
</style>