Shades of Deep Cerise #DB42A0
Tints of Deep Cerise #DB42A0
RGB
CMYK
RGB Variations
Color information
#DB42A0 (or 0xDB42A0) is known color: Deep Cerise. HEX triplet: DB, 42 and A0. RGB value is (219,66,160). Sum of RGB (Red+Green+Blue) = 219+66+160=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB42A0 is #24BD5F. Grayscale: #7A7A7A. Windows color (decimal): -2407776 or 10502875. OLE color: 10502875.
HSL color Cylindrical-coordinate representation of color #DB42A0: hue angle of 323.14º 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 #DB42A0 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 160 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.14 |
| HSL | 323.14º | 0.68% | 0.56% | - |
| HSV(B) | 323.14º | 0.7% | 0.86% | - |
| XYZ | 37.51 | 21.49 | 35.43 | - |
| YUV | 122.46 | 149.19 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 160 | 0 | 0.70 | 0.27 | 0.14 | 323.14 | 0.68 | 0.56 |
| Hex | DB | 42 | A0 | 0 | 46 | 1B | E | 143 | 44 | 38 |
| Octal | 333 | 102 | 240 | 0 | 106 | 33 | 16 | 503 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10100000 | 0 | 1000110 | 11011 | 1110 | 101000011 | 1000100 | 111000 |
Color Harmonies of #DB42A0
Complementary color
Monochromatic Colors of #DB42A0
Black with #DB42A0
Text Example
Text Example
White with #DB42A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42A0; }
p { color: rgb(219,66,160); }
H1.HeaderClassName
{
color: #DB42A0;
}
.AnyTagClassName
{
color: #DB42A0;
}
</style>
background-color css
<style>
a { background-color: #DB42A0; }
a { background-color: rgb(219,66,160); }
div.DivClassName
{
background-color: #DB42A0;
}
.BgClassName
{
background-color: #DB42A0;
}
</style>
border-color css
<style>
span { border-color: #DB42A0; }
span { border-color: rgb(219,66,160); }
td.TdClassName
{
border-color: #DB42A0;
}
.TagClassName
{
border-color: #DB42A0;
}
</style>