Shades of Deep Cerise #DB418C
Tints of Deep Cerise #DB418C
RGB
CMYK
RGB Variations
Color information
#DB418C (or 0xDB418C) is known color: Deep Cerise. HEX triplet: DB, 41 and 8C. RGB value is (219,65,140). Sum of RGB (Red+Green+Blue) = 219+65+140=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB418C is #24BE73. Grayscale: #777777. Windows color (decimal): -2408052 or 9191899. OLE color: 9191899.
HSL color Cylindrical-coordinate representation of color #DB418C: hue angle of 330.78º 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 #DB418C is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 140 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.14 |
| HSL | 330.78º | 0.68% | 0.56% | - |
| HSV(B) | 330.78º | 0.7% | 0.86% | - |
| XYZ | 35.84 | 20.73 | 26.92 | - |
| YUV | 119.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 140 | 0 | 0.70 | 0.36 | 0.14 | 330.78 | 0.68 | 0.56 |
| Hex | DB | 41 | 8C | 0 | 46 | 24 | E | 14B | 44 | 38 |
| Octal | 333 | 101 | 214 | 0 | 106 | 44 | 16 | 513 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10001100 | 0 | 1000110 | 100100 | 1110 | 101001011 | 1000100 | 111000 |
Color Harmonies of #DB418C
Complementary color
Monochromatic Colors of #DB418C
Black with #DB418C
Text Example
Text Example
White with #DB418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB418C; }
p { color: rgb(219,65,140); }
H1.HeaderClassName
{
color: #DB418C;
}
.AnyTagClassName
{
color: #DB418C;
}
</style>
background-color css
<style>
a { background-color: #DB418C; }
a { background-color: rgb(219,65,140); }
div.DivClassName
{
background-color: #DB418C;
}
.BgClassName
{
background-color: #DB418C;
}
</style>
border-color css
<style>
span { border-color: #DB418C; }
span { border-color: rgb(219,65,140); }
td.TdClassName
{
border-color: #DB418C;
}
.TagClassName
{
border-color: #DB418C;
}
</style>