Shades of Valencia #D05D4F
Tints of Valencia #D05D4F
RGB
CMYK
RGB Variations
Color information
#D05D4F (or 0xD05D4F) is known color: Valencia. HEX triplet: D0, 5D and 4F. RGB value is (208,93,79). Sum of RGB (Red+Green+Blue) = 208+93+79=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D4F is #2FA2B0. Grayscale: #7D7D7D. Windows color (decimal): -3121841 or 5201360. OLE color: 5201360.
HSL color Cylindrical-coordinate representation of color #D05D4F: hue angle of 6.51º 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 #D05D4F is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 79 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.18 |
| HSL | 6.51º | 0.58% | 0.56% | - |
| HSV(B) | 6.51º | 0.62% | 0.82% | - |
| XYZ | 31.34 | 21.8 | 9.95 | - |
| YUV | 125.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 79 | 0 | 0.55 | 0.62 | 0.18 | 6.51 | 0.58 | 0.56 |
| Hex | D0 | 5D | 4F | 0 | 37 | 3E | 12 | 7 | 3A | 38 |
| Octal | 320 | 135 | 117 | 0 | 67 | 76 | 22 | 7 | 72 | 70 |
| Binary | 11010000 | 1011101 | 1001111 | 0 | 110111 | 111110 | 10010 | 111 | 111010 | 111000 |
Color Harmonies of #D05D4F
Complementary color
Monochromatic Colors of #D05D4F
Black with #D05D4F
Text Example
Text Example
White with #D05D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D4F; }
p { color: rgb(208,93,79); }
H1.HeaderClassName
{
color: #D05D4F;
}
.AnyTagClassName
{
color: #D05D4F;
}
</style>
background-color css
<style>
a { background-color: #D05D4F; }
a { background-color: rgb(208,93,79); }
div.DivClassName
{
background-color: #D05D4F;
}
.BgClassName
{
background-color: #D05D4F;
}
</style>
border-color css
<style>
span { border-color: #D05D4F; }
span { border-color: rgb(208,93,79); }
td.TdClassName
{
border-color: #D05D4F;
}
.TagClassName
{
border-color: #D05D4F;
}
</style>