Shades of Valencia #D05D4E
Tints of Valencia #D05D4E
RGB
CMYK
RGB Variations
Color information
#D05D4E (or 0xD05D4E) is known color: Valencia. HEX triplet: D0, 5D and 4E. RGB value is (208,93,78). Sum of RGB (Red+Green+Blue) = 208+93+78=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D4E is #2FA2B1. Grayscale: #7D7D7D. Windows color (decimal): -3121842 or 5135824. OLE color: 5135824.
HSL color Cylindrical-coordinate representation of color #D05D4E: hue angle of 6.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05D4E is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 78 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.18 |
| HSL | 6.92º | 0.58% | 0.56% | - |
| HSV(B) | 6.92º | 0.63% | 0.82% | - |
| XYZ | 31.3 | 21.79 | 9.76 | - |
| YUV | 125.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 78 | 0 | 0.55 | 0.62 | 0.18 | 6.92 | 0.58 | 0.56 |
| Hex | D0 | 5D | 4E | 0 | 37 | 3E | 12 | 7 | 3A | 38 |
| Octal | 320 | 135 | 116 | 0 | 67 | 76 | 22 | 7 | 72 | 70 |
| Binary | 11010000 | 1011101 | 1001110 | 0 | 110111 | 111110 | 10010 | 111 | 111010 | 111000 |
Color Harmonies of #D05D4E
Complementary color
Monochromatic Colors of #D05D4E
Black with #D05D4E
Text Example
Text Example
White with #D05D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D4E; }
p { color: rgb(208,93,78); }
H1.HeaderClassName
{
color: #D05D4E;
}
.AnyTagClassName
{
color: #D05D4E;
}
</style>
background-color css
<style>
a { background-color: #D05D4E; }
a { background-color: rgb(208,93,78); }
div.DivClassName
{
background-color: #D05D4E;
}
.BgClassName
{
background-color: #D05D4E;
}
</style>
border-color css
<style>
span { border-color: #D05D4E; }
span { border-color: rgb(208,93,78); }
td.TdClassName
{
border-color: #D05D4E;
}
.TagClassName
{
border-color: #D05D4E;
}
</style>