Shades of Valencia #D85E4B
Tints of Valencia #D85E4B
RGB
CMYK
RGB Variations
Color information
#D85E4B (or 0xD85E4B) is known color: Valencia. HEX triplet: D8, 5E and 4B. RGB value is (216,94,75). Sum of RGB (Red+Green+Blue) = 216+94+75=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E4B is #27A1B4. Grayscale: #808080. Windows color (decimal): -2597301 or 4939480. OLE color: 4939480.
HSL color Cylindrical-coordinate representation of color #D85E4B: hue angle of 8.09º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D85E4B is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 75 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.15 |
| HSL | 8.09º | 0.64% | 0.57% | - |
| HSV(B) | 8.09º | 0.65% | 0.85% | - |
| XYZ | 33.59 | 23.11 | 9.35 | - |
| YUV | 128.31 | 97.92 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 75 | 0 | 0.56 | 0.65 | 0.15 | 8.09 | 0.64 | 0.57 |
| Hex | D8 | 5E | 4B | 0 | 38 | 41 | F | 8 | 40 | 39 |
| Octal | 330 | 136 | 113 | 0 | 70 | 101 | 17 | 10 | 100 | 71 |
| Binary | 11011000 | 1011110 | 1001011 | 0 | 111000 | 1000001 | 1111 | 1000 | 1000000 | 111001 |
Color Harmonies of #D85E4B
Complementary color
Monochromatic Colors of #D85E4B
Black with #D85E4B
Text Example
Text Example
White with #D85E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E4B; }
p { color: rgb(216,94,75); }
H1.HeaderClassName
{
color: #D85E4B;
}
.AnyTagClassName
{
color: #D85E4B;
}
</style>
background-color css
<style>
a { background-color: #D85E4B; }
a { background-color: rgb(216,94,75); }
div.DivClassName
{
background-color: #D85E4B;
}
.BgClassName
{
background-color: #D85E4B;
}
</style>
border-color css
<style>
span { border-color: #D85E4B; }
span { border-color: rgb(216,94,75); }
td.TdClassName
{
border-color: #D85E4B;
}
.TagClassName
{
border-color: #D85E4B;
}
</style>