Shades of Cerise #DB415E
Tints of Cerise #DB415E
RGB
CMYK
RGB Variations
Color information
#DB415E (or 0xDB415E) is known color: Cerise. HEX triplet: DB, 41 and 5E. RGB value is (219,65,94). Sum of RGB (Red+Green+Blue) = 219+65+94=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB415E is #24BEA1. Grayscale: #727272. Windows color (decimal): -2408098 or 6177243. OLE color: 6177243.
HSL color Cylindrical-coordinate representation of color #DB415E: hue angle of 348.7º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB415E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 94 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.14 |
| HSL | 348.7º | 0.68% | 0.56% | - |
| HSV(B) | 348.7º | 0.7% | 0.86% | - |
| XYZ | 33.12 | 19.65 | 12.64 | - |
| YUV | 114.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 94 | 0 | 0.70 | 0.57 | 0.14 | 348.7 | 0.68 | 0.56 |
| Hex | DB | 41 | 5E | 0 | 46 | 39 | E | 15D | 44 | 38 |
| Octal | 333 | 101 | 136 | 0 | 106 | 71 | 16 | 535 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1011110 | 0 | 1000110 | 111001 | 1110 | 101011101 | 1000100 | 111000 |
Color Harmonies of #DB415E
Complementary color
Monochromatic Colors of #DB415E
Black with #DB415E
Text Example
Text Example
White with #DB415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB415E; }
p { color: rgb(219,65,94); }
H1.HeaderClassName
{
color: #DB415E;
}
.AnyTagClassName
{
color: #DB415E;
}
</style>
background-color css
<style>
a { background-color: #DB415E; }
a { background-color: rgb(219,65,94); }
div.DivClassName
{
background-color: #DB415E;
}
.BgClassName
{
background-color: #DB415E;
}
</style>
border-color css
<style>
span { border-color: #DB415E; }
span { border-color: rgb(219,65,94); }
td.TdClassName
{
border-color: #DB415E;
}
.TagClassName
{
border-color: #DB415E;
}
</style>