Shades of Valencia #DA5753
Tints of Valencia #DA5753
RGB
CMYK
RGB Variations
Color information
#DA5753 (or 0xDA5753) is known color: Valencia. HEX triplet: DA, 57 and 53. RGB value is (218,87,83). Sum of RGB (Red+Green+Blue) = 218+87+83=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5753 is #25A8AC. Grayscale: #7D7D7D. Windows color (decimal): -2468013 or 5461978. OLE color: 5461978.
HSL color Cylindrical-coordinate representation of color #DA5753: hue angle of 1.78º 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 #DA5753 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 83 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.15 |
| HSL | 1.78º | 0.65% | 0.59% | - |
| HSV(B) | 1.78º | 0.62% | 0.85% | - |
| XYZ | 33.88 | 22.35 | 10.71 | - |
| YUV | 125.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 83 | 0 | 0.60 | 0.62 | 0.15 | 1.78 | 0.65 | 0.59 |
| Hex | DA | 57 | 53 | 0 | 3C | 3E | F | 2 | 41 | 3B |
| Octal | 332 | 127 | 123 | 0 | 74 | 76 | 17 | 2 | 101 | 73 |
| Binary | 11011010 | 1010111 | 1010011 | 0 | 111100 | 111110 | 1111 | 10 | 1000001 | 111011 |
Color Harmonies of #DA5753
Complementary color
Monochromatic Colors of #DA5753
Black with #DA5753
Text Example
Text Example
White with #DA5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5753; }
p { color: rgb(218,87,83); }
H1.HeaderClassName
{
color: #DA5753;
}
.AnyTagClassName
{
color: #DA5753;
}
</style>
background-color css
<style>
a { background-color: #DA5753; }
a { background-color: rgb(218,87,83); }
div.DivClassName
{
background-color: #DA5753;
}
.BgClassName
{
background-color: #DA5753;
}
</style>
border-color css
<style>
span { border-color: #DA5753; }
span { border-color: rgb(218,87,83); }
td.TdClassName
{
border-color: #DA5753;
}
.TagClassName
{
border-color: #DA5753;
}
</style>