Shades of Valencia #D85554
Tints of Valencia #D85554
RGB
CMYK
RGB Variations
Color information
#D85554 (or 0xD85554) is known color: Valencia. HEX triplet: D8, 55 and 54. RGB value is (216,85,84). Sum of RGB (Red+Green+Blue) = 216+85+84=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85554 is #27AAAB. Grayscale: #7C7C7C. Windows color (decimal): -2599596 or 5527000. OLE color: 5527000.
HSL color Cylindrical-coordinate representation of color #D85554: hue angle of 0.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85554 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 84 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.15 |
| HSL | 0.45º | 0.63% | 0.59% | - |
| HSV(B) | 0.45º | 0.61% | 0.85% | - |
| XYZ | 33.17 | 21.74 | 10.83 | - |
| YUV | 124.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 84 | 0 | 0.61 | 0.61 | 0.15 | 0.45 | 0.63 | 0.59 |
| Hex | D8 | 55 | 54 | 0 | 3D | 3D | F | 0 | 3F | 3B |
| Octal | 330 | 125 | 124 | 0 | 75 | 75 | 17 | 0 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1010100 | 0 | 111101 | 111101 | 1111 | 0 | 111111 | 111011 |
Color Harmonies of #D85554
Complementary color
Monochromatic Colors of #D85554
Black with #D85554
Text Example
Text Example
White with #D85554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85554; }
p { color: rgb(216,85,84); }
H1.HeaderClassName
{
color: #D85554;
}
.AnyTagClassName
{
color: #D85554;
}
</style>
background-color css
<style>
a { background-color: #D85554; }
a { background-color: rgb(216,85,84); }
div.DivClassName
{
background-color: #D85554;
}
.BgClassName
{
background-color: #D85554;
}
</style>
border-color css
<style>
span { border-color: #D85554; }
span { border-color: rgb(216,85,84); }
td.TdClassName
{
border-color: #D85554;
}
.TagClassName
{
border-color: #D85554;
}
</style>