Shades of Cerise #DB415F
Tints of Cerise #DB415F
RGB
CMYK
RGB Variations
Color information
#DB415F (or 0xDB415F) is known color: Cerise. HEX triplet: DB, 41 and 5F. RGB value is (219,65,95). Sum of RGB (Red+Green+Blue) = 219+65+95=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB415F is #24BEA0. Grayscale: #727272. Windows color (decimal): -2408097 or 6242779. OLE color: 6242779.
HSL color Cylindrical-coordinate representation of color #DB415F: hue angle of 348.31º 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 #DB415F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 95 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.14 |
| HSL | 348.31º | 0.68% | 0.56% | - |
| HSV(B) | 348.31º | 0.7% | 0.86% | - |
| XYZ | 33.17 | 19.67 | 12.87 | - |
| YUV | 114.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 95 | 0 | 0.70 | 0.57 | 0.14 | 348.31 | 0.68 | 0.56 |
| Hex | DB | 41 | 5F | 0 | 46 | 39 | E | 15C | 44 | 38 |
| Octal | 333 | 101 | 137 | 0 | 106 | 71 | 16 | 534 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1011111 | 0 | 1000110 | 111001 | 1110 | 101011100 | 1000100 | 111000 |
Color Harmonies of #DB415F
Complementary color
Monochromatic Colors of #DB415F
Black with #DB415F
Text Example
Text Example
White with #DB415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB415F; }
p { color: rgb(219,65,95); }
H1.HeaderClassName
{
color: #DB415F;
}
.AnyTagClassName
{
color: #DB415F;
}
</style>
background-color css
<style>
a { background-color: #DB415F; }
a { background-color: rgb(219,65,95); }
div.DivClassName
{
background-color: #DB415F;
}
.BgClassName
{
background-color: #DB415F;
}
</style>
border-color css
<style>
span { border-color: #DB415F; }
span { border-color: rgb(219,65,95); }
td.TdClassName
{
border-color: #DB415F;
}
.TagClassName
{
border-color: #DB415F;
}
</style>