Shades of Valencia #DA5751
Tints of Valencia #DA5751
RGB
CMYK
RGB Variations
Color information
#DA5751 (or 0xDA5751) is known color: Valencia. HEX triplet: DA, 57 and 51. RGB value is (218,87,81). Sum of RGB (Red+Green+Blue) = 218+87+81=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5751 is #25A8AE. Grayscale: #7D7D7D. Windows color (decimal): -2468015 or 5330906. OLE color: 5330906.
HSL color Cylindrical-coordinate representation of color #DA5751: hue angle of 2.63º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5751 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 81 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.15 |
| HSL | 2.63º | 0.65% | 0.59% | - |
| HSV(B) | 2.63º | 0.63% | 0.85% | - |
| XYZ | 33.81 | 22.32 | 10.31 | - |
| YUV | 125.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 81 | 0 | 0.60 | 0.63 | 0.15 | 2.63 | 0.65 | 0.59 |
| Hex | DA | 57 | 51 | 0 | 3C | 3F | F | 3 | 41 | 3B |
| Octal | 332 | 127 | 121 | 0 | 74 | 77 | 17 | 3 | 101 | 73 |
| Binary | 11011010 | 1010111 | 1010001 | 0 | 111100 | 111111 | 1111 | 11 | 1000001 | 111011 |
Color Harmonies of #DA5751
Complementary color
Monochromatic Colors of #DA5751
Black with #DA5751
Text Example
Text Example
White with #DA5751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5751; }
p { color: rgb(218,87,81); }
H1.HeaderClassName
{
color: #DA5751;
}
.AnyTagClassName
{
color: #DA5751;
}
</style>
background-color css
<style>
a { background-color: #DA5751; }
a { background-color: rgb(218,87,81); }
div.DivClassName
{
background-color: #DA5751;
}
.BgClassName
{
background-color: #DA5751;
}
</style>
border-color css
<style>
span { border-color: #DA5751; }
span { border-color: rgb(218,87,81); }
td.TdClassName
{
border-color: #DA5751;
}
.TagClassName
{
border-color: #DA5751;
}
</style>