Shades of Deep Cerise #DB478E
Tints of Deep Cerise #DB478E
RGB
CMYK
RGB Variations
Color information
#DB478E (or 0xDB478E) is known color: Deep Cerise. HEX triplet: DB, 47 and 8E. RGB value is (219,71,142). Sum of RGB (Red+Green+Blue) = 219+71+142=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB478E is #24B871. Grayscale: #7B7B7B. Windows color (decimal): -2406514 or 9324507. OLE color: 9324507.
HSL color Cylindrical-coordinate representation of color #DB478E: hue angle of 331.22º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB478E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 142 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.14 |
| HSL | 331.22º | 0.67% | 0.57% | - |
| HSV(B) | 331.22º | 0.68% | 0.86% | - |
| XYZ | 36.35 | 21.52 | 27.83 | - |
| YUV | 123.35 | 138.53 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 142 | 0 | 0.68 | 0.35 | 0.14 | 331.22 | 0.67 | 0.57 |
| Hex | DB | 47 | 8E | 0 | 44 | 23 | E | 14B | 43 | 39 |
| Octal | 333 | 107 | 216 | 0 | 104 | 43 | 16 | 513 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10001110 | 0 | 1000100 | 100011 | 1110 | 101001011 | 1000011 | 111001 |
Color Harmonies of #DB478E
Complementary color
Monochromatic Colors of #DB478E
Black with #DB478E
Text Example
Text Example
White with #DB478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB478E; }
p { color: rgb(219,71,142); }
H1.HeaderClassName
{
color: #DB478E;
}
.AnyTagClassName
{
color: #DB478E;
}
</style>
background-color css
<style>
a { background-color: #DB478E; }
a { background-color: rgb(219,71,142); }
div.DivClassName
{
background-color: #DB478E;
}
.BgClassName
{
background-color: #DB478E;
}
</style>
border-color css
<style>
span { border-color: #DB478E; }
span { border-color: rgb(219,71,142); }
td.TdClassName
{
border-color: #DB478E;
}
.TagClassName
{
border-color: #DB478E;
}
</style>