Shades of Valencia #D85047
Tints of Valencia #D85047
RGB
CMYK
RGB Variations
Color information
#D85047 (or 0xD85047) is known color: Valencia. HEX triplet: D8, 50 and 47. RGB value is (216,80,71). Sum of RGB (Red+Green+Blue) = 216+80+71=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D85047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85047 is #27AFB8. Grayscale: #777777. Windows color (decimal): -2600889 or 4673752. OLE color: 4673752.
HSL color Cylindrical-coordinate representation of color #D85047: hue angle of 3.72º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D85047 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 71 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.15 |
| HSL | 3.72º | 0.65% | 0.56% | - |
| HSV(B) | 3.72º | 0.67% | 0.85% | - |
| XYZ | 32.32 | 20.79 | 8.27 | - |
| YUV | 119.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 71 | 0 | 0.63 | 0.67 | 0.15 | 3.72 | 0.65 | 0.56 |
| Hex | D8 | 50 | 47 | 0 | 3F | 43 | F | 4 | 41 | 38 |
| Octal | 330 | 120 | 107 | 0 | 77 | 103 | 17 | 4 | 101 | 70 |
| Binary | 11011000 | 1010000 | 1000111 | 0 | 111111 | 1000011 | 1111 | 100 | 1000001 | 111000 |
Color Harmonies of #D85047
Complementary color
Monochromatic Colors of #D85047
Black with #D85047
Text Example
Text Example
White with #D85047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85047; }
p { color: rgb(216,80,71); }
H1.HeaderClassName
{
color: #D85047;
}
.AnyTagClassName
{
color: #D85047;
}
</style>
background-color css
<style>
a { background-color: #D85047; }
a { background-color: rgb(216,80,71); }
div.DivClassName
{
background-color: #D85047;
}
.BgClassName
{
background-color: #D85047;
}
</style>
border-color css
<style>
span { border-color: #D85047; }
span { border-color: rgb(216,80,71); }
td.TdClassName
{
border-color: #D85047;
}
.TagClassName
{
border-color: #D85047;
}
</style>