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