Shades of Valencia #DA5D4F
Tints of Valencia #DA5D4F
RGB
CMYK
RGB Variations
Color information
#DA5D4F (or 0xDA5D4F) is known color: Valencia. HEX triplet: DA, 5D and 4F. RGB value is (218,93,79). Sum of RGB (Red+Green+Blue) = 218+93+79=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D4F is #25A2B0. Grayscale: #808080. Windows color (decimal): -2466481 or 5201370. OLE color: 5201370.
HSL color Cylindrical-coordinate representation of color #DA5D4F: hue angle of 6.04º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA5D4F is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 79 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.15 |
| HSL | 6.04º | 0.65% | 0.58% | - |
| HSV(B) | 6.04º | 0.64% | 0.85% | - |
| XYZ | 34.24 | 23.3 | 10.09 | - |
| YUV | 128.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 79 | 0 | 0.57 | 0.64 | 0.15 | 6.04 | 0.65 | 0.58 |
| Hex | DA | 5D | 4F | 0 | 39 | 40 | F | 6 | 41 | 3A |
| Octal | 332 | 135 | 117 | 0 | 71 | 100 | 17 | 6 | 101 | 72 |
| Binary | 11011010 | 1011101 | 1001111 | 0 | 111001 | 1000000 | 1111 | 110 | 1000001 | 111010 |
Color Harmonies of #DA5D4F
Complementary color
Monochromatic Colors of #DA5D4F
Black with #DA5D4F
Text Example
Text Example
White with #DA5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D4F; }
p { color: rgb(218,93,79); }
H1.HeaderClassName
{
color: #DA5D4F;
}
.AnyTagClassName
{
color: #DA5D4F;
}
</style>
background-color css
<style>
a { background-color: #DA5D4F; }
a { background-color: rgb(218,93,79); }
div.DivClassName
{
background-color: #DA5D4F;
}
.BgClassName
{
background-color: #DA5D4F;
}
</style>
border-color css
<style>
span { border-color: #DA5D4F; }
span { border-color: rgb(218,93,79); }
td.TdClassName
{
border-color: #DA5D4F;
}
.TagClassName
{
border-color: #DA5D4F;
}
</style>