Shades of Valencia #D85046
Tints of Valencia #D85046
RGB
CMYK
RGB Variations
Color information
#D85046 (or 0xD85046) is known color: Valencia. HEX triplet: D8, 50 and 46. RGB value is (216,80,70). Sum of RGB (Red+Green+Blue) = 216+80+70=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D85046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85046 is #27AFB9. Grayscale: #777777. Windows color (decimal): -2600890 or 4608216. OLE color: 4608216.
HSL color Cylindrical-coordinate representation of color #D85046: hue angle of 4.11º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D85046 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 70 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.15 |
| HSL | 4.11º | 0.65% | 0.56% | - |
| HSV(B) | 4.11º | 0.68% | 0.85% | - |
| XYZ | 32.29 | 20.78 | 8.1 | - |
| YUV | 119.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 70 | 0 | 0.63 | 0.68 | 0.15 | 4.11 | 0.65 | 0.56 |
| Hex | D8 | 50 | 46 | 0 | 3F | 44 | F | 4 | 41 | 38 |
| Octal | 330 | 120 | 106 | 0 | 77 | 104 | 17 | 4 | 101 | 70 |
| Binary | 11011000 | 1010000 | 1000110 | 0 | 111111 | 1000100 | 1111 | 100 | 1000001 | 111000 |
Color Harmonies of #D85046
Complementary color
Monochromatic Colors of #D85046
Black with #D85046
Text Example
Text Example
White with #D85046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85046; }
p { color: rgb(216,80,70); }
H1.HeaderClassName
{
color: #D85046;
}
.AnyTagClassName
{
color: #D85046;
}
</style>
background-color css
<style>
a { background-color: #D85046; }
a { background-color: rgb(216,80,70); }
div.DivClassName
{
background-color: #D85046;
}
.BgClassName
{
background-color: #D85046;
}
</style>
border-color css
<style>
span { border-color: #D85046; }
span { border-color: rgb(216,80,70); }
td.TdClassName
{
border-color: #D85046;
}
.TagClassName
{
border-color: #D85046;
}
</style>