Shades of Valencia #D95955
Tints of Valencia #D95955
RGB
CMYK
RGB Variations
Color information
#D95955 (or 0xD95955) is known color: Valencia. HEX triplet: D9, 59 and 55. RGB value is (217,89,85). Sum of RGB (Red+Green+Blue) = 217+89+85=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D95955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95955 is #26A6AA. Grayscale: #7E7E7E. Windows color (decimal): -2533035 or 5593561. OLE color: 5593561.
HSL color Cylindrical-coordinate representation of color #D95955: hue angle of 1.82º 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 #D95955 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 85 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.15 |
| HSL | 1.82º | 0.63% | 0.59% | - |
| HSV(B) | 1.82º | 0.61% | 0.85% | - |
| XYZ | 33.83 | 22.55 | 11.16 | - |
| YUV | 126.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 85 | 0 | 0.59 | 0.61 | 0.15 | 1.82 | 0.63 | 0.59 |
| Hex | D9 | 59 | 55 | 0 | 3B | 3D | F | 2 | 3F | 3B |
| Octal | 331 | 131 | 125 | 0 | 73 | 75 | 17 | 2 | 77 | 73 |
| Binary | 11011001 | 1011001 | 1010101 | 0 | 111011 | 111101 | 1111 | 10 | 111111 | 111011 |
Color Harmonies of #D95955
Complementary color
Monochromatic Colors of #D95955
Black with #D95955
Text Example
Text Example
White with #D95955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95955; }
p { color: rgb(217,89,85); }
H1.HeaderClassName
{
color: #D95955;
}
.AnyTagClassName
{
color: #D95955;
}
</style>
background-color css
<style>
a { background-color: #D95955; }
a { background-color: rgb(217,89,85); }
div.DivClassName
{
background-color: #D95955;
}
.BgClassName
{
background-color: #D95955;
}
</style>
border-color css
<style>
span { border-color: #D95955; }
span { border-color: rgb(217,89,85); }
td.TdClassName
{
border-color: #D95955;
}
.TagClassName
{
border-color: #D95955;
}
</style>