Shades of Valencia #D85753
Tints of Valencia #D85753
RGB
CMYK
RGB Variations
Color information
#D85753 (or 0xD85753) is known color: Valencia. HEX triplet: D8, 57 and 53. RGB value is (216,87,83). Sum of RGB (Red+Green+Blue) = 216+87+83=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D85753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85753 is #27A8AC. Grayscale: #7D7D7D. Windows color (decimal): -2599085 or 5461976. OLE color: 5461976.
HSL color Cylindrical-coordinate representation of color #D85753: hue angle of 1.8º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85753 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 83 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.15 |
| HSL | 1.8º | 0.63% | 0.59% | - |
| HSV(B) | 1.8º | 0.62% | 0.85% | - |
| XYZ | 33.29 | 22.04 | 10.68 | - |
| YUV | 125.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 83 | 0 | 0.60 | 0.62 | 0.15 | 1.8 | 0.63 | 0.59 |
| Hex | D8 | 57 | 53 | 0 | 3C | 3E | F | 2 | 3F | 3B |
| Octal | 330 | 127 | 123 | 0 | 74 | 76 | 17 | 2 | 77 | 73 |
| Binary | 11011000 | 1010111 | 1010011 | 0 | 111100 | 111110 | 1111 | 10 | 111111 | 111011 |
Color Harmonies of #D85753
Complementary color
Monochromatic Colors of #D85753
Black with #D85753
Text Example
Text Example
White with #D85753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85753; }
p { color: rgb(216,87,83); }
H1.HeaderClassName
{
color: #D85753;
}
.AnyTagClassName
{
color: #D85753;
}
</style>
background-color css
<style>
a { background-color: #D85753; }
a { background-color: rgb(216,87,83); }
div.DivClassName
{
background-color: #D85753;
}
.BgClassName
{
background-color: #D85753;
}
</style>
border-color css
<style>
span { border-color: #D85753; }
span { border-color: rgb(216,87,83); }
td.TdClassName
{
border-color: #D85753;
}
.TagClassName
{
border-color: #D85753;
}
</style>