Shades of Valencia #D55855
Tints of Valencia #D55855
RGB
CMYK
RGB Variations
Color information
#D55855 (or 0xD55855) is known color: Valencia. HEX triplet: D5, 58 and 55. RGB value is (213,88,85). Sum of RGB (Red+Green+Blue) = 213+88+85=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D55855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55855 is #2AA7AA. Grayscale: #7D7D7D. Windows color (decimal): -2795435 or 5593301. OLE color: 5593301.
HSL color Cylindrical-coordinate representation of color #D55855: hue angle of 1.41º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55855 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 85 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.16 |
| HSL | 1.41º | 0.6% | 0.58% | - |
| HSV(B) | 1.41º | 0.6% | 0.84% | - |
| XYZ | 32.57 | 21.78 | 11.08 | - |
| YUV | 125.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 85 | 0 | 0.59 | 0.60 | 0.16 | 1.41 | 0.6 | 0.58 |
| Hex | D5 | 58 | 55 | 0 | 3B | 3C | 10 | 1 | 3C | 3A |
| Octal | 325 | 130 | 125 | 0 | 73 | 74 | 20 | 1 | 74 | 72 |
| Binary | 11010101 | 1011000 | 1010101 | 0 | 111011 | 111100 | 10000 | 1 | 111100 | 111010 |
Color Harmonies of #D55855
Complementary color
Monochromatic Colors of #D55855
Black with #D55855
Text Example
Text Example
White with #D55855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55855; }
p { color: rgb(213,88,85); }
H1.HeaderClassName
{
color: #D55855;
}
.AnyTagClassName
{
color: #D55855;
}
</style>
background-color css
<style>
a { background-color: #D55855; }
a { background-color: rgb(213,88,85); }
div.DivClassName
{
background-color: #D55855;
}
.BgClassName
{
background-color: #D55855;
}
</style>
border-color css
<style>
span { border-color: #D55855; }
span { border-color: rgb(213,88,85); }
td.TdClassName
{
border-color: #D55855;
}
.TagClassName
{
border-color: #D55855;
}
</style>