Shades of Valencia #DA5953
Tints of Valencia #DA5953
RGB
CMYK
RGB Variations
Color information
#DA5953 (or 0xDA5953) is known color: Valencia. HEX triplet: DA, 59 and 53. RGB value is (218,89,83). Sum of RGB (Red+Green+Blue) = 218+89+83=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5953 is #25A6AC. Grayscale: #7F7F7F. Windows color (decimal): -2467501 or 5462490. OLE color: 5462490.
HSL color Cylindrical-coordinate representation of color #DA5953: hue angle of 2.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5953 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 83 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.15 |
| HSL | 2.67º | 0.65% | 0.59% | - |
| HSV(B) | 2.67º | 0.62% | 0.85% | - |
| XYZ | 34.05 | 22.67 | 10.77 | - |
| YUV | 126.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 83 | 0 | 0.59 | 0.62 | 0.15 | 2.67 | 0.65 | 0.59 |
| Hex | DA | 59 | 53 | 0 | 3B | 3E | F | 3 | 41 | 3B |
| Octal | 332 | 131 | 123 | 0 | 73 | 76 | 17 | 3 | 101 | 73 |
| Binary | 11011010 | 1011001 | 1010011 | 0 | 111011 | 111110 | 1111 | 11 | 1000001 | 111011 |
Color Harmonies of #DA5953
Complementary color
Monochromatic Colors of #DA5953
Black with #DA5953
Text Example
Text Example
White with #DA5953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5953; }
p { color: rgb(218,89,83); }
H1.HeaderClassName
{
color: #DA5953;
}
.AnyTagClassName
{
color: #DA5953;
}
</style>
background-color css
<style>
a { background-color: #DA5953; }
a { background-color: rgb(218,89,83); }
div.DivClassName
{
background-color: #DA5953;
}
.BgClassName
{
background-color: #DA5953;
}
</style>
border-color css
<style>
span { border-color: #DA5953; }
span { border-color: rgb(218,89,83); }
td.TdClassName
{
border-color: #DA5953;
}
.TagClassName
{
border-color: #DA5953;
}
</style>