Shades of Deep Cerise #DB478C
Tints of Deep Cerise #DB478C
RGB
CMYK
RGB Variations
Color information
#DB478C (or 0xDB478C) is known color: Deep Cerise. HEX triplet: DB, 47 and 8C. RGB value is (219,71,140). Sum of RGB (Red+Green+Blue) = 219+71+140=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB478C is #24B873. Grayscale: #7A7A7A. Windows color (decimal): -2406516 or 9193435. OLE color: 9193435.
HSL color Cylindrical-coordinate representation of color #DB478C: hue angle of 332.03º 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 #DB478C is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 140 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.14 |
| HSL | 332.03º | 0.67% | 0.57% | - |
| HSV(B) | 332.03º | 0.68% | 0.86% | - |
| XYZ | 36.2 | 21.46 | 27.05 | - |
| YUV | 123.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 140 | 0 | 0.68 | 0.36 | 0.14 | 332.03 | 0.67 | 0.57 |
| Hex | DB | 47 | 8C | 0 | 44 | 24 | E | 14C | 43 | 39 |
| Octal | 333 | 107 | 214 | 0 | 104 | 44 | 16 | 514 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10001100 | 0 | 1000100 | 100100 | 1110 | 101001100 | 1000011 | 111001 |
Color Harmonies of #DB478C
Complementary color
Monochromatic Colors of #DB478C
Black with #DB478C
Text Example
Text Example
White with #DB478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB478C; }
p { color: rgb(219,71,140); }
H1.HeaderClassName
{
color: #DB478C;
}
.AnyTagClassName
{
color: #DB478C;
}
</style>
background-color css
<style>
a { background-color: #DB478C; }
a { background-color: rgb(219,71,140); }
div.DivClassName
{
background-color: #DB478C;
}
.BgClassName
{
background-color: #DB478C;
}
</style>
border-color css
<style>
span { border-color: #DB478C; }
span { border-color: rgb(219,71,140); }
td.TdClassName
{
border-color: #DB478C;
}
.TagClassName
{
border-color: #DB478C;
}
</style>