Shades of Valencia #DA5955
Tints of Valencia #DA5955
RGB
CMYK
RGB Variations
Color information
#DA5955 (or 0xDA5955) is known color: Valencia. HEX triplet: DA, 59 and 55. RGB value is (218,89,85). Sum of RGB (Red+Green+Blue) = 218+89+85=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5955 is #25A6AA. Grayscale: #7F7F7F. Windows color (decimal): -2467499 or 5593562. OLE color: 5593562.
HSL color Cylindrical-coordinate representation of color #DA5955: hue angle of 1.8º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5955 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 85 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.15 |
| HSL | 1.8º | 0.64% | 0.59% | - |
| HSV(B) | 1.8º | 0.61% | 0.85% | - |
| XYZ | 34.13 | 22.71 | 11.18 | - |
| YUV | 127.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 85 | 0 | 0.59 | 0.61 | 0.15 | 1.8 | 0.64 | 0.59 |
| Hex | DA | 59 | 55 | 0 | 3B | 3D | F | 2 | 40 | 3B |
| Octal | 332 | 131 | 125 | 0 | 73 | 75 | 17 | 2 | 100 | 73 |
| Binary | 11011010 | 1011001 | 1010101 | 0 | 111011 | 111101 | 1111 | 10 | 1000000 | 111011 |
Color Harmonies of #DA5955
Complementary color
Monochromatic Colors of #DA5955
Black with #DA5955
Text Example
Text Example
White with #DA5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5955; }
p { color: rgb(218,89,85); }
H1.HeaderClassName
{
color: #DA5955;
}
.AnyTagClassName
{
color: #DA5955;
}
</style>
background-color css
<style>
a { background-color: #DA5955; }
a { background-color: rgb(218,89,85); }
div.DivClassName
{
background-color: #DA5955;
}
.BgClassName
{
background-color: #DA5955;
}
</style>
border-color css
<style>
span { border-color: #DA5955; }
span { border-color: rgb(218,89,85); }
td.TdClassName
{
border-color: #DA5955;
}
.TagClassName
{
border-color: #DA5955;
}
</style>