Shades of Valencia #DA574E
Tints of Valencia #DA574E
RGB
CMYK
RGB Variations
Color information
#DA574E (or 0xDA574E) is known color: Valencia. HEX triplet: DA, 57 and 4E. RGB value is (218,87,78). Sum of RGB (Red+Green+Blue) = 218+87+78=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA574E is #25A8B1. Grayscale: #7D7D7D. Windows color (decimal): -2468018 or 5134298. OLE color: 5134298.
HSL color Cylindrical-coordinate representation of color #DA574E: hue angle of 3.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA574E is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 78 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.15 |
| HSL | 3.86º | 0.65% | 0.58% | - |
| HSV(B) | 3.86º | 0.64% | 0.85% | - |
| XYZ | 33.7 | 22.27 | 9.73 | - |
| YUV | 125.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 78 | 0 | 0.60 | 0.64 | 0.15 | 3.86 | 0.65 | 0.58 |
| Hex | DA | 57 | 4E | 0 | 3C | 40 | F | 4 | 41 | 3A |
| Octal | 332 | 127 | 116 | 0 | 74 | 100 | 17 | 4 | 101 | 72 |
| Binary | 11011010 | 1010111 | 1001110 | 0 | 111100 | 1000000 | 1111 | 100 | 1000001 | 111010 |
Color Harmonies of #DA574E
Complementary color
Monochromatic Colors of #DA574E
Black with #DA574E
Text Example
Text Example
White with #DA574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA574E; }
p { color: rgb(218,87,78); }
H1.HeaderClassName
{
color: #DA574E;
}
.AnyTagClassName
{
color: #DA574E;
}
</style>
background-color css
<style>
a { background-color: #DA574E; }
a { background-color: rgb(218,87,78); }
div.DivClassName
{
background-color: #DA574E;
}
.BgClassName
{
background-color: #DA574E;
}
</style>
border-color css
<style>
span { border-color: #DA574E; }
span { border-color: rgb(218,87,78); }
td.TdClassName
{
border-color: #DA574E;
}
.TagClassName
{
border-color: #DA574E;
}
</style>