Shades of Valencia #DA5655
Tints of Valencia #DA5655
RGB
CMYK
RGB Variations
Color information
#DA5655 (or 0xDA5655) is known color: Valencia. HEX triplet: DA, 56 and 55. RGB value is (218,86,85). Sum of RGB (Red+Green+Blue) = 218+86+85=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5655 is #25A9AA. Grayscale: #7D7D7D. Windows color (decimal): -2468267 or 5592794. OLE color: 5592794.
HSL color Cylindrical-coordinate representation of color #DA5655: hue angle of 0.45º 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 #DA5655 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 85 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.15 |
| HSL | 0.45º | 0.64% | 0.59% | - |
| HSV(B) | 0.45º | 0.61% | 0.85% | - |
| XYZ | 33.88 | 22.22 | 11.1 | - |
| YUV | 125.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 85 | 0 | 0.61 | 0.61 | 0.15 | 0.45 | 0.64 | 0.59 |
| Hex | DA | 56 | 55 | 0 | 3D | 3D | F | 0 | 40 | 3B |
| Octal | 332 | 126 | 125 | 0 | 75 | 75 | 17 | 0 | 100 | 73 |
| Binary | 11011010 | 1010110 | 1010101 | 0 | 111101 | 111101 | 1111 | 0 | 1000000 | 111011 |
Color Harmonies of #DA5655
Complementary color
Monochromatic Colors of #DA5655
Black with #DA5655
Text Example
Text Example
White with #DA5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5655; }
p { color: rgb(218,86,85); }
H1.HeaderClassName
{
color: #DA5655;
}
.AnyTagClassName
{
color: #DA5655;
}
</style>
background-color css
<style>
a { background-color: #DA5655; }
a { background-color: rgb(218,86,85); }
div.DivClassName
{
background-color: #DA5655;
}
.BgClassName
{
background-color: #DA5655;
}
</style>
border-color css
<style>
span { border-color: #DA5655; }
span { border-color: rgb(218,86,85); }
td.TdClassName
{
border-color: #DA5655;
}
.TagClassName
{
border-color: #DA5655;
}
</style>