Shades of Valencia #DB574E
Tints of Valencia #DB574E
RGB
CMYK
RGB Variations
Color information
#DB574E (or 0xDB574E) is known color: Valencia. HEX triplet: DB, 57 and 4E. RGB value is (219,87,78). Sum of RGB (Red+Green+Blue) = 219+87+78=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB574E is #24A8B1. Grayscale: #7D7D7D. Windows color (decimal): -2402482 or 5134299. OLE color: 5134299.
HSL color Cylindrical-coordinate representation of color #DB574E: hue angle of 3.83º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB574E is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 78 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.14 |
| HSL | 3.83º | 0.66% | 0.58% | - |
| HSV(B) | 3.83º | 0.64% | 0.86% | - |
| XYZ | 34 | 22.43 | 9.74 | - |
| YUV | 125.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 78 | 0 | 0.60 | 0.64 | 0.14 | 3.83 | 0.66 | 0.58 |
| Hex | DB | 57 | 4E | 0 | 3C | 40 | E | 4 | 42 | 3A |
| Octal | 333 | 127 | 116 | 0 | 74 | 100 | 16 | 4 | 102 | 72 |
| Binary | 11011011 | 1010111 | 1001110 | 0 | 111100 | 1000000 | 1110 | 100 | 1000010 | 111010 |
Color Harmonies of #DB574E
Complementary color
Monochromatic Colors of #DB574E
Black with #DB574E
Text Example
Text Example
White with #DB574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB574E; }
p { color: rgb(219,87,78); }
H1.HeaderClassName
{
color: #DB574E;
}
.AnyTagClassName
{
color: #DB574E;
}
</style>
background-color css
<style>
a { background-color: #DB574E; }
a { background-color: rgb(219,87,78); }
div.DivClassName
{
background-color: #DB574E;
}
.BgClassName
{
background-color: #DB574E;
}
</style>
border-color css
<style>
span { border-color: #DB574E; }
span { border-color: rgb(219,87,78); }
td.TdClassName
{
border-color: #DB574E;
}
.TagClassName
{
border-color: #DB574E;
}
</style>