Shades of Valencia #D85857
Tints of Valencia #D85857
RGB
CMYK
RGB Variations
Color information
#D85857 (or 0xD85857) is known color: Valencia. HEX triplet: D8, 58 and 57. RGB value is (216,88,87). Sum of RGB (Red+Green+Blue) = 216+88+87=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D85857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85857 is #27A7A8. Grayscale: #7E7E7E. Windows color (decimal): -2598825 or 5724376. OLE color: 5724376.
HSL color Cylindrical-coordinate representation of color #D85857: hue angle of 0.47º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85857 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 87 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.15 |
| HSL | 0.47º | 0.62% | 0.59% | - |
| HSV(B) | 0.47º | 0.6% | 0.85% | - |
| XYZ | 33.53 | 22.27 | 11.55 | - |
| YUV | 126.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 87 | 0 | 0.59 | 0.60 | 0.15 | 0.47 | 0.62 | 0.59 |
| Hex | D8 | 58 | 57 | 0 | 3B | 3C | F | 0 | 3E | 3B |
| Octal | 330 | 130 | 127 | 0 | 73 | 74 | 17 | 0 | 76 | 73 |
| Binary | 11011000 | 1011000 | 1010111 | 0 | 111011 | 111100 | 1111 | 0 | 111110 | 111011 |
Color Harmonies of #D85857
Complementary color
Monochromatic Colors of #D85857
Black with #D85857
Text Example
Text Example
White with #D85857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85857; }
p { color: rgb(216,88,87); }
H1.HeaderClassName
{
color: #D85857;
}
.AnyTagClassName
{
color: #D85857;
}
</style>
background-color css
<style>
a { background-color: #D85857; }
a { background-color: rgb(216,88,87); }
div.DivClassName
{
background-color: #D85857;
}
.BgClassName
{
background-color: #D85857;
}
</style>
border-color css
<style>
span { border-color: #D85857; }
span { border-color: rgb(216,88,87); }
td.TdClassName
{
border-color: #D85857;
}
.TagClassName
{
border-color: #D85857;
}
</style>