Shades of Deep Cerise #DB4188
Tints of Deep Cerise #DB4188
RGB
CMYK
RGB Variations
Color information
#DB4188 (or 0xDB4188) is known color: Deep Cerise. HEX triplet: DB, 41 and 88. RGB value is (219,65,136). Sum of RGB (Red+Green+Blue) = 219+65+136=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4188 is #24BE77. Grayscale: #777777. Windows color (decimal): -2408056 or 8929755. OLE color: 8929755.
HSL color Cylindrical-coordinate representation of color #DB4188: hue angle of 332.34º 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 #DB4188 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 136 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.14 |
| HSL | 332.34º | 0.68% | 0.56% | - |
| HSV(B) | 332.34º | 0.7% | 0.86% | - |
| XYZ | 35.55 | 20.62 | 25.4 | - |
| YUV | 119.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 136 | 0 | 0.70 | 0.38 | 0.14 | 332.34 | 0.68 | 0.56 |
| Hex | DB | 41 | 88 | 0 | 46 | 26 | E | 14C | 44 | 38 |
| Octal | 333 | 101 | 210 | 0 | 106 | 46 | 16 | 514 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10001000 | 0 | 1000110 | 100110 | 1110 | 101001100 | 1000100 | 111000 |
Color Harmonies of #DB4188
Complementary color
Monochromatic Colors of #DB4188
Black with #DB4188
Text Example
Text Example
White with #DB4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4188; }
p { color: rgb(219,65,136); }
H1.HeaderClassName
{
color: #DB4188;
}
.AnyTagClassName
{
color: #DB4188;
}
</style>
background-color css
<style>
a { background-color: #DB4188; }
a { background-color: rgb(219,65,136); }
div.DivClassName
{
background-color: #DB4188;
}
.BgClassName
{
background-color: #DB4188;
}
</style>
border-color css
<style>
span { border-color: #DB4188; }
span { border-color: rgb(219,65,136); }
td.TdClassName
{
border-color: #DB4188;
}
.TagClassName
{
border-color: #DB4188;
}
</style>