Shades of Valencia #DB5854
Tints of Valencia #DB5854
RGB
CMYK
RGB Variations
Color information
#DB5854 (or 0xDB5854) is known color: Valencia. HEX triplet: DB, 58 and 54. RGB value is (219,88,84). Sum of RGB (Red+Green+Blue) = 219+88+84=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5854 is #24A7AB. Grayscale: #7E7E7E. Windows color (decimal): -2402220 or 5527771. OLE color: 5527771.
HSL color Cylindrical-coordinate representation of color #DB5854: hue angle of 1.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5854 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 84 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.14 |
| HSL | 1.78º | 0.65% | 0.59% | - |
| HSV(B) | 1.78º | 0.62% | 0.86% | - |
| XYZ | 34.3 | 22.68 | 10.96 | - |
| YUV | 126.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 84 | 0 | 0.60 | 0.62 | 0.14 | 1.78 | 0.65 | 0.59 |
| Hex | DB | 58 | 54 | 0 | 3C | 3E | E | 2 | 41 | 3B |
| Octal | 333 | 130 | 124 | 0 | 74 | 76 | 16 | 2 | 101 | 73 |
| Binary | 11011011 | 1011000 | 1010100 | 0 | 111100 | 111110 | 1110 | 10 | 1000001 | 111011 |
Color Harmonies of #DB5854
Complementary color
Monochromatic Colors of #DB5854
Black with #DB5854
Text Example
Text Example
White with #DB5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5854; }
p { color: rgb(219,88,84); }
H1.HeaderClassName
{
color: #DB5854;
}
.AnyTagClassName
{
color: #DB5854;
}
</style>
background-color css
<style>
a { background-color: #DB5854; }
a { background-color: rgb(219,88,84); }
div.DivClassName
{
background-color: #DB5854;
}
.BgClassName
{
background-color: #DB5854;
}
</style>
border-color css
<style>
span { border-color: #DB5854; }
span { border-color: rgb(219,88,84); }
td.TdClassName
{
border-color: #DB5854;
}
.TagClassName
{
border-color: #DB5854;
}
</style>