Shades of Valencia #DA5A55
Tints of Valencia #DA5A55
RGB
CMYK
RGB Variations
Color information
#DA5A55 (or 0xDA5A55) is known color: Valencia. HEX triplet: DA, 5A and 55. RGB value is (218,90,85). Sum of RGB (Red+Green+Blue) = 218+90+85=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A55 is #25A5AA. Grayscale: #7F7F7F. Windows color (decimal): -2467243 or 5593818. OLE color: 5593818.
HSL color Cylindrical-coordinate representation of color #DA5A55: hue angle of 2.26º 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 #DA5A55 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 85 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.15 |
| HSL | 2.26º | 0.64% | 0.59% | - |
| HSV(B) | 2.26º | 0.61% | 0.85% | - |
| XYZ | 34.21 | 22.87 | 11.21 | - |
| YUV | 127.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 85 | 0 | 0.59 | 0.61 | 0.15 | 2.26 | 0.64 | 0.59 |
| Hex | DA | 5A | 55 | 0 | 3B | 3D | F | 2 | 40 | 3B |
| Octal | 332 | 132 | 125 | 0 | 73 | 75 | 17 | 2 | 100 | 73 |
| Binary | 11011010 | 1011010 | 1010101 | 0 | 111011 | 111101 | 1111 | 10 | 1000000 | 111011 |
Color Harmonies of #DA5A55
Complementary color
Monochromatic Colors of #DA5A55
Black with #DA5A55
Text Example
Text Example
White with #DA5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A55; }
p { color: rgb(218,90,85); }
H1.HeaderClassName
{
color: #DA5A55;
}
.AnyTagClassName
{
color: #DA5A55;
}
</style>
background-color css
<style>
a { background-color: #DA5A55; }
a { background-color: rgb(218,90,85); }
div.DivClassName
{
background-color: #DA5A55;
}
.BgClassName
{
background-color: #DA5A55;
}
</style>
border-color css
<style>
span { border-color: #DA5A55; }
span { border-color: rgb(218,90,85); }
td.TdClassName
{
border-color: #DA5A55;
}
.TagClassName
{
border-color: #DA5A55;
}
</style>