Shades of Deep Cerise #DB428D
Tints of Deep Cerise #DB428D
RGB
CMYK
RGB Variations
Color information
#DB428D (or 0xDB428D) is known color: Deep Cerise. HEX triplet: DB, 42 and 8D. RGB value is (219,66,141). Sum of RGB (Red+Green+Blue) = 219+66+141=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB428D is #24BD72. Grayscale: #787878. Windows color (decimal): -2407795 or 9257691. OLE color: 9257691.
HSL color Cylindrical-coordinate representation of color #DB428D: hue angle of 330.59º 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 #DB428D is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 141 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.14 |
| HSL | 330.59º | 0.68% | 0.56% | - |
| HSV(B) | 330.59º | 0.7% | 0.86% | - |
| XYZ | 35.97 | 20.88 | 27.33 | - |
| YUV | 120.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 141 | 0 | 0.70 | 0.36 | 0.14 | 330.59 | 0.68 | 0.56 |
| Hex | DB | 42 | 8D | 0 | 46 | 24 | E | 14B | 44 | 38 |
| Octal | 333 | 102 | 215 | 0 | 106 | 44 | 16 | 513 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10001101 | 0 | 1000110 | 100100 | 1110 | 101001011 | 1000100 | 111000 |
Color Harmonies of #DB428D
Complementary color
Monochromatic Colors of #DB428D
Black with #DB428D
Text Example
Text Example
White with #DB428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB428D; }
p { color: rgb(219,66,141); }
H1.HeaderClassName
{
color: #DB428D;
}
.AnyTagClassName
{
color: #DB428D;
}
</style>
background-color css
<style>
a { background-color: #DB428D; }
a { background-color: rgb(219,66,141); }
div.DivClassName
{
background-color: #DB428D;
}
.BgClassName
{
background-color: #DB428D;
}
</style>
border-color css
<style>
span { border-color: #DB428D; }
span { border-color: rgb(219,66,141); }
td.TdClassName
{
border-color: #DB428D;
}
.TagClassName
{
border-color: #DB428D;
}
</style>