Shades of Deep Cerise #DB448E
Tints of Deep Cerise #DB448E
RGB
CMYK
RGB Variations
Color information
#DB448E (or 0xDB448E) is known color: Deep Cerise. HEX triplet: DB, 44 and 8E. RGB value is (219,68,142). Sum of RGB (Red+Green+Blue) = 219+68+142=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB448E is #24BB71. Grayscale: #797979. Windows color (decimal): -2407282 or 9323739. OLE color: 9323739.
HSL color Cylindrical-coordinate representation of color #DB448E: hue angle of 330.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB448E is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 142 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.14 |
| HSL | 330.6º | 0.68% | 0.56% | - |
| HSV(B) | 330.6º | 0.69% | 0.86% | - |
| XYZ | 36.16 | 21.15 | 27.77 | - |
| YUV | 121.59 | 139.53 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 142 | 0 | 0.69 | 0.35 | 0.14 | 330.6 | 0.68 | 0.56 |
| Hex | DB | 44 | 8E | 0 | 45 | 23 | E | 14B | 44 | 38 |
| Octal | 333 | 104 | 216 | 0 | 105 | 43 | 16 | 513 | 104 | 70 |
| Binary | 11011011 | 1000100 | 10001110 | 0 | 1000101 | 100011 | 1110 | 101001011 | 1000100 | 111000 |
Color Harmonies of #DB448E
Complementary color
Monochromatic Colors of #DB448E
Black with #DB448E
Text Example
Text Example
White with #DB448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB448E; }
p { color: rgb(219,68,142); }
H1.HeaderClassName
{
color: #DB448E;
}
.AnyTagClassName
{
color: #DB448E;
}
</style>
background-color css
<style>
a { background-color: #DB448E; }
a { background-color: rgb(219,68,142); }
div.DivClassName
{
background-color: #DB448E;
}
.BgClassName
{
background-color: #DB448E;
}
</style>
border-color css
<style>
span { border-color: #DB448E; }
span { border-color: rgb(219,68,142); }
td.TdClassName
{
border-color: #DB448E;
}
.TagClassName
{
border-color: #DB448E;
}
</style>