Shades of Cerise #DB416C
Tints of Cerise #DB416C
RGB
CMYK
RGB Variations
Color information
#DB416C (or 0xDB416C) is known color: Cerise. HEX triplet: DB, 41 and 6C. RGB value is (219,65,108). Sum of RGB (Red+Green+Blue) = 219+65+108=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB416C is #24BE93. Grayscale: #737373. Windows color (decimal): -2408084 or 7094747. OLE color: 7094747.
HSL color Cylindrical-coordinate representation of color #DB416C: hue angle of 343.25º 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 #DB416C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 108 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.14 |
| HSL | 343.25º | 0.68% | 0.56% | - |
| HSV(B) | 343.25º | 0.7% | 0.86% | - |
| XYZ | 33.81 | 19.92 | 16.25 | - |
| YUV | 115.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 108 | 0 | 0.70 | 0.51 | 0.14 | 343.25 | 0.68 | 0.56 |
| Hex | DB | 41 | 6C | 0 | 46 | 33 | E | 157 | 44 | 38 |
| Octal | 333 | 101 | 154 | 0 | 106 | 63 | 16 | 527 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1101100 | 0 | 1000110 | 110011 | 1110 | 101010111 | 1000100 | 111000 |
Color Harmonies of #DB416C
Complementary color
Monochromatic Colors of #DB416C
Black with #DB416C
Text Example
Text Example
White with #DB416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB416C; }
p { color: rgb(219,65,108); }
H1.HeaderClassName
{
color: #DB416C;
}
.AnyTagClassName
{
color: #DB416C;
}
</style>
background-color css
<style>
a { background-color: #DB416C; }
a { background-color: rgb(219,65,108); }
div.DivClassName
{
background-color: #DB416C;
}
.BgClassName
{
background-color: #DB416C;
}
</style>
border-color css
<style>
span { border-color: #DB416C; }
span { border-color: rgb(219,65,108); }
td.TdClassName
{
border-color: #DB416C;
}
.TagClassName
{
border-color: #DB416C;
}
</style>