Shades of Deep Cerise #DB4187
Tints of Deep Cerise #DB4187
RGB
CMYK
RGB Variations
Color information
#DB4187 (or 0xDB4187) is known color: Deep Cerise. HEX triplet: DB, 41 and 87. RGB value is (219,65,135). Sum of RGB (Red+Green+Blue) = 219+65+135=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4187 is #24BE78. Grayscale: #767676. Windows color (decimal): -2408057 or 8864219. OLE color: 8864219.
HSL color Cylindrical-coordinate representation of color #DB4187: hue angle of 332.73º 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 #DB4187 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 135 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.14 |
| HSL | 332.73º | 0.68% | 0.56% | - |
| HSV(B) | 332.73º | 0.7% | 0.86% | - |
| XYZ | 35.48 | 20.59 | 25.03 | - |
| YUV | 119.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 135 | 0 | 0.70 | 0.38 | 0.14 | 332.73 | 0.68 | 0.56 |
| Hex | DB | 41 | 87 | 0 | 46 | 26 | E | 14D | 44 | 38 |
| Octal | 333 | 101 | 207 | 0 | 106 | 46 | 16 | 515 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10000111 | 0 | 1000110 | 100110 | 1110 | 101001101 | 1000100 | 111000 |
Color Harmonies of #DB4187
Complementary color
Monochromatic Colors of #DB4187
Black with #DB4187
Text Example
Text Example
White with #DB4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4187; }
p { color: rgb(219,65,135); }
H1.HeaderClassName
{
color: #DB4187;
}
.AnyTagClassName
{
color: #DB4187;
}
</style>
background-color css
<style>
a { background-color: #DB4187; }
a { background-color: rgb(219,65,135); }
div.DivClassName
{
background-color: #DB4187;
}
.BgClassName
{
background-color: #DB4187;
}
</style>
border-color css
<style>
span { border-color: #DB4187; }
span { border-color: rgb(219,65,135); }
td.TdClassName
{
border-color: #DB4187;
}
.TagClassName
{
border-color: #DB4187;
}
</style>