Shades of Deep Cerise #DB458C
Tints of Deep Cerise #DB458C
RGB
CMYK
RGB Variations
Color information
#DB458C (or 0xDB458C) is known color: Deep Cerise. HEX triplet: DB, 45 and 8C. RGB value is (219,69,140). Sum of RGB (Red+Green+Blue) = 219+69+140=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB458C is #24BA73. Grayscale: #797979. Windows color (decimal): -2407028 or 9192923. OLE color: 9192923.
HSL color Cylindrical-coordinate representation of color #DB458C: hue angle of 331.6º 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 #DB458C is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 140 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.14 |
| HSL | 331.6º | 0.68% | 0.56% | - |
| HSV(B) | 331.6º | 0.68% | 0.86% | - |
| XYZ | 36.08 | 21.21 | 27 | - |
| YUV | 121.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 140 | 0 | 0.68 | 0.36 | 0.14 | 331.6 | 0.68 | 0.56 |
| Hex | DB | 45 | 8C | 0 | 44 | 24 | E | 14C | 44 | 38 |
| Octal | 333 | 105 | 214 | 0 | 104 | 44 | 16 | 514 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10001100 | 0 | 1000100 | 100100 | 1110 | 101001100 | 1000100 | 111000 |
Color Harmonies of #DB458C
Complementary color
Monochromatic Colors of #DB458C
Black with #DB458C
Text Example
Text Example
White with #DB458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB458C; }
p { color: rgb(219,69,140); }
H1.HeaderClassName
{
color: #DB458C;
}
.AnyTagClassName
{
color: #DB458C;
}
</style>
background-color css
<style>
a { background-color: #DB458C; }
a { background-color: rgb(219,69,140); }
div.DivClassName
{
background-color: #DB458C;
}
.BgClassName
{
background-color: #DB458C;
}
</style>
border-color css
<style>
span { border-color: #DB458C; }
span { border-color: rgb(219,69,140); }
td.TdClassName
{
border-color: #DB458C;
}
.TagClassName
{
border-color: #DB458C;
}
</style>