Shades of Valencia #D85553
Tints of Valencia #D85553
RGB
CMYK
RGB Variations
Color information
#D85553 (or 0xD85553) is known color: Valencia. HEX triplet: D8, 55 and 53. RGB value is (216,85,83). Sum of RGB (Red+Green+Blue) = 216+85+83=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D85553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85553 is #27AAAC. Grayscale: #7C7C7C. Windows color (decimal): -2599597 or 5461464. OLE color: 5461464.
HSL color Cylindrical-coordinate representation of color #D85553: hue angle of 0.9º 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 #D85553 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 83 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.15 |
| HSL | 0.9º | 0.63% | 0.59% | - |
| HSV(B) | 0.9º | 0.62% | 0.85% | - |
| XYZ | 33.13 | 21.72 | 10.63 | - |
| YUV | 123.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 83 | 0 | 0.61 | 0.62 | 0.15 | 0.9 | 0.63 | 0.59 |
| Hex | D8 | 55 | 53 | 0 | 3D | 3E | F | 1 | 3F | 3B |
| Octal | 330 | 125 | 123 | 0 | 75 | 76 | 17 | 1 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1010011 | 0 | 111101 | 111110 | 1111 | 1 | 111111 | 111011 |
Color Harmonies of #D85553
Complementary color
Monochromatic Colors of #D85553
Black with #D85553
Text Example
Text Example
White with #D85553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85553; }
p { color: rgb(216,85,83); }
H1.HeaderClassName
{
color: #D85553;
}
.AnyTagClassName
{
color: #D85553;
}
</style>
background-color css
<style>
a { background-color: #D85553; }
a { background-color: rgb(216,85,83); }
div.DivClassName
{
background-color: #D85553;
}
.BgClassName
{
background-color: #D85553;
}
</style>
border-color css
<style>
span { border-color: #D85553; }
span { border-color: rgb(216,85,83); }
td.TdClassName
{
border-color: #D85553;
}
.TagClassName
{
border-color: #D85553;
}
</style>