Shades of Valencia #D85E4F
Tints of Valencia #D85E4F
RGB
CMYK
RGB Variations
Color information
#D85E4F (or 0xD85E4F) is known color: Valencia. HEX triplet: D8, 5E and 4F. RGB value is (216,94,79). Sum of RGB (Red+Green+Blue) = 216+94+79=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E4F is #27A1B0. Grayscale: #808080. Windows color (decimal): -2597297 or 5201624. OLE color: 5201624.
HSL color Cylindrical-coordinate representation of color #D85E4F: hue angle of 6.57º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85E4F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 79 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.15 |
| HSL | 6.57º | 0.64% | 0.58% | - |
| HSV(B) | 6.57º | 0.63% | 0.85% | - |
| XYZ | 33.73 | 23.17 | 10.09 | - |
| YUV | 128.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 79 | 0 | 0.56 | 0.63 | 0.15 | 6.57 | 0.64 | 0.58 |
| Hex | D8 | 5E | 4F | 0 | 38 | 3F | F | 7 | 40 | 3A |
| Octal | 330 | 136 | 117 | 0 | 70 | 77 | 17 | 7 | 100 | 72 |
| Binary | 11011000 | 1011110 | 1001111 | 0 | 111000 | 111111 | 1111 | 111 | 1000000 | 111010 |
Color Harmonies of #D85E4F
Complementary color
Monochromatic Colors of #D85E4F
Black with #D85E4F
Text Example
Text Example
White with #D85E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E4F; }
p { color: rgb(216,94,79); }
H1.HeaderClassName
{
color: #D85E4F;
}
.AnyTagClassName
{
color: #D85E4F;
}
</style>
background-color css
<style>
a { background-color: #D85E4F; }
a { background-color: rgb(216,94,79); }
div.DivClassName
{
background-color: #D85E4F;
}
.BgClassName
{
background-color: #D85E4F;
}
</style>
border-color css
<style>
span { border-color: #D85E4F; }
span { border-color: rgb(216,94,79); }
td.TdClassName
{
border-color: #D85E4F;
}
.TagClassName
{
border-color: #D85E4F;
}
</style>