Shades of Valencia #DA5951
Tints of Valencia #DA5951
RGB
CMYK
RGB Variations
Color information
#DA5951 (or 0xDA5951) is known color: Valencia. HEX triplet: DA, 59 and 51. RGB value is (218,89,81). Sum of RGB (Red+Green+Blue) = 218+89+81=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5951 is #25A6AE. Grayscale: #7E7E7E. Windows color (decimal): -2467503 or 5331418. OLE color: 5331418.
HSL color Cylindrical-coordinate representation of color #DA5951: hue angle of 3.5º 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 #DA5951 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 81 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.15 |
| HSL | 3.5º | 0.65% | 0.59% | - |
| HSV(B) | 3.5º | 0.63% | 0.85% | - |
| XYZ | 33.97 | 22.64 | 10.36 | - |
| YUV | 126.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 81 | 0 | 0.59 | 0.63 | 0.15 | 3.5 | 0.65 | 0.59 |
| Hex | DA | 59 | 51 | 0 | 3B | 3F | F | 4 | 41 | 3B |
| Octal | 332 | 131 | 121 | 0 | 73 | 77 | 17 | 4 | 101 | 73 |
| Binary | 11011010 | 1011001 | 1010001 | 0 | 111011 | 111111 | 1111 | 100 | 1000001 | 111011 |
Color Harmonies of #DA5951
Complementary color
Monochromatic Colors of #DA5951
Black with #DA5951
Text Example
Text Example
White with #DA5951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5951; }
p { color: rgb(218,89,81); }
H1.HeaderClassName
{
color: #DA5951;
}
.AnyTagClassName
{
color: #DA5951;
}
</style>
background-color css
<style>
a { background-color: #DA5951; }
a { background-color: rgb(218,89,81); }
div.DivClassName
{
background-color: #DA5951;
}
.BgClassName
{
background-color: #DA5951;
}
</style>
border-color css
<style>
span { border-color: #DA5951; }
span { border-color: rgb(218,89,81); }
td.TdClassName
{
border-color: #DA5951;
}
.TagClassName
{
border-color: #DA5951;
}
</style>