Shades of Deep Cerise #DB478F
Tints of Deep Cerise #DB478F
RGB
CMYK
RGB Variations
Color information
#DB478F (or 0xDB478F) is known color: Deep Cerise. HEX triplet: DB, 47 and 8F. RGB value is (219,71,143). Sum of RGB (Red+Green+Blue) = 219+71+143=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB478F is #24B870. Grayscale: #7B7B7B. Windows color (decimal): -2406513 or 9390043. OLE color: 9390043.
HSL color Cylindrical-coordinate representation of color #DB478F: hue angle of 330.81º 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 #DB478F is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 143 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.14 |
| HSL | 330.81º | 0.67% | 0.57% | - |
| HSV(B) | 330.81º | 0.68% | 0.86% | - |
| XYZ | 36.42 | 21.55 | 28.23 | - |
| YUV | 123.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 143 | 0 | 0.68 | 0.35 | 0.14 | 330.81 | 0.67 | 0.57 |
| Hex | DB | 47 | 8F | 0 | 44 | 23 | E | 14B | 43 | 39 |
| Octal | 333 | 107 | 217 | 0 | 104 | 43 | 16 | 513 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10001111 | 0 | 1000100 | 100011 | 1110 | 101001011 | 1000011 | 111001 |
Color Harmonies of #DB478F
Complementary color
Monochromatic Colors of #DB478F
Black with #DB478F
Text Example
Text Example
White with #DB478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB478F; }
p { color: rgb(219,71,143); }
H1.HeaderClassName
{
color: #DB478F;
}
.AnyTagClassName
{
color: #DB478F;
}
</style>
background-color css
<style>
a { background-color: #DB478F; }
a { background-color: rgb(219,71,143); }
div.DivClassName
{
background-color: #DB478F;
}
.BgClassName
{
background-color: #DB478F;
}
</style>
border-color css
<style>
span { border-color: #DB478F; }
span { border-color: rgb(219,71,143); }
td.TdClassName
{
border-color: #DB478F;
}
.TagClassName
{
border-color: #DB478F;
}
</style>