Shades of Valencia #DB4E47
Tints of Valencia #DB4E47
RGB
CMYK
RGB Variations
Color information
#DB4E47 (or 0xDB4E47) is known color: Valencia. HEX triplet: DB, 4E and 47. RGB value is (219,78,71). Sum of RGB (Red+Green+Blue) = 219+78+71=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E47 is #24B1B8. Grayscale: #777777. Windows color (decimal): -2404793 or 4673243. OLE color: 4673243.
HSL color Cylindrical-coordinate representation of color #DB4E47: hue angle of 2.84º 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 #DB4E47 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 71 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.14 |
| HSL | 2.84º | 0.67% | 0.57% | - |
| HSV(B) | 2.84º | 0.68% | 0.86% | - |
| XYZ | 33.08 | 20.96 | 8.26 | - |
| YUV | 119.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 71 | 0 | 0.64 | 0.68 | 0.14 | 2.84 | 0.67 | 0.57 |
| Hex | DB | 4E | 47 | 0 | 40 | 44 | E | 3 | 43 | 39 |
| Octal | 333 | 116 | 107 | 0 | 100 | 104 | 16 | 3 | 103 | 71 |
| Binary | 11011011 | 1001110 | 1000111 | 0 | 1000000 | 1000100 | 1110 | 11 | 1000011 | 111001 |
Color Harmonies of #DB4E47
Complementary color
Monochromatic Colors of #DB4E47
Black with #DB4E47
Text Example
Text Example
White with #DB4E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E47; }
p { color: rgb(219,78,71); }
H1.HeaderClassName
{
color: #DB4E47;
}
.AnyTagClassName
{
color: #DB4E47;
}
</style>
background-color css
<style>
a { background-color: #DB4E47; }
a { background-color: rgb(219,78,71); }
div.DivClassName
{
background-color: #DB4E47;
}
.BgClassName
{
background-color: #DB4E47;
}
</style>
border-color css
<style>
span { border-color: #DB4E47; }
span { border-color: rgb(219,78,71); }
td.TdClassName
{
border-color: #DB4E47;
}
.TagClassName
{
border-color: #DB4E47;
}
</style>