Shades of Valencia #DA5755
Tints of Valencia #DA5755
RGB
CMYK
RGB Variations
Color information
#DA5755 (or 0xDA5755) is known color: Valencia. HEX triplet: DA, 57 and 55. RGB value is (218,87,85). Sum of RGB (Red+Green+Blue) = 218+87+85=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5755 is #25A8AA. Grayscale: #7E7E7E. Windows color (decimal): -2468011 or 5593050. OLE color: 5593050.
HSL color Cylindrical-coordinate representation of color #DA5755: hue angle of 0.9º 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 #DA5755 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 85 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.15 |
| HSL | 0.9º | 0.64% | 0.59% | - |
| HSV(B) | 0.9º | 0.61% | 0.85% | - |
| XYZ | 33.96 | 22.38 | 11.12 | - |
| YUV | 125.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 85 | 0 | 0.60 | 0.61 | 0.15 | 0.9 | 0.64 | 0.59 |
| Hex | DA | 57 | 55 | 0 | 3C | 3D | F | 1 | 40 | 3B |
| Octal | 332 | 127 | 125 | 0 | 74 | 75 | 17 | 1 | 100 | 73 |
| Binary | 11011010 | 1010111 | 1010101 | 0 | 111100 | 111101 | 1111 | 1 | 1000000 | 111011 |
Color Harmonies of #DA5755
Complementary color
Monochromatic Colors of #DA5755
Black with #DA5755
Text Example
Text Example
White with #DA5755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5755; }
p { color: rgb(218,87,85); }
H1.HeaderClassName
{
color: #DA5755;
}
.AnyTagClassName
{
color: #DA5755;
}
</style>
background-color css
<style>
a { background-color: #DA5755; }
a { background-color: rgb(218,87,85); }
div.DivClassName
{
background-color: #DA5755;
}
.BgClassName
{
background-color: #DA5755;
}
</style>
border-color css
<style>
span { border-color: #DA5755; }
span { border-color: rgb(218,87,85); }
td.TdClassName
{
border-color: #DA5755;
}
.TagClassName
{
border-color: #DA5755;
}
</style>