Shades of Deep Cerise #DB428E
Tints of Deep Cerise #DB428E
RGB
CMYK
RGB Variations
Color information
#DB428E (or 0xDB428E) is known color: Deep Cerise. HEX triplet: DB, 42 and 8E. RGB value is (219,66,142). Sum of RGB (Red+Green+Blue) = 219+66+142=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB428E is #24BD71. Grayscale: #787878. Windows color (decimal): -2407794 or 9323227. OLE color: 9323227.
HSL color Cylindrical-coordinate representation of color #DB428E: hue angle of 330.2º 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 #DB428E is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 142 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.14 |
| HSL | 330.2º | 0.68% | 0.56% | - |
| HSV(B) | 330.2º | 0.7% | 0.86% | - |
| XYZ | 36.04 | 20.91 | 27.73 | - |
| YUV | 120.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 142 | 0 | 0.70 | 0.35 | 0.14 | 330.2 | 0.68 | 0.56 |
| Hex | DB | 42 | 8E | 0 | 46 | 23 | E | 14A | 44 | 38 |
| Octal | 333 | 102 | 216 | 0 | 106 | 43 | 16 | 512 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10001110 | 0 | 1000110 | 100011 | 1110 | 101001010 | 1000100 | 111000 |
Color Harmonies of #DB428E
Complementary color
Monochromatic Colors of #DB428E
Black with #DB428E
Text Example
Text Example
White with #DB428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB428E; }
p { color: rgb(219,66,142); }
H1.HeaderClassName
{
color: #DB428E;
}
.AnyTagClassName
{
color: #DB428E;
}
</style>
background-color css
<style>
a { background-color: #DB428E; }
a { background-color: rgb(219,66,142); }
div.DivClassName
{
background-color: #DB428E;
}
.BgClassName
{
background-color: #DB428E;
}
</style>
border-color css
<style>
span { border-color: #DB428E; }
span { border-color: rgb(219,66,142); }
td.TdClassName
{
border-color: #DB428E;
}
.TagClassName
{
border-color: #DB428E;
}
</style>