Shades of Valencia #D95750
Tints of Valencia #D95750
RGB
CMYK
RGB Variations
Color information
#D95750 (or 0xD95750) is known color: Valencia. HEX triplet: D9, 57 and 50. RGB value is (217,87,80). Sum of RGB (Red+Green+Blue) = 217+87+80=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D95750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95750 is #26A8AF. Grayscale: #7D7D7D. Windows color (decimal): -2533552 or 5265369. OLE color: 5265369.
HSL color Cylindrical-coordinate representation of color #D95750: hue angle of 3.07º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95750 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 80 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.15 |
| HSL | 3.07º | 0.64% | 0.58% | - |
| HSV(B) | 3.07º | 0.63% | 0.85% | - |
| XYZ | 33.47 | 22.15 | 10.1 | - |
| YUV | 125.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 80 | 0 | 0.60 | 0.63 | 0.15 | 3.07 | 0.64 | 0.58 |
| Hex | D9 | 57 | 50 | 0 | 3C | 3F | F | 3 | 40 | 3A |
| Octal | 331 | 127 | 120 | 0 | 74 | 77 | 17 | 3 | 100 | 72 |
| Binary | 11011001 | 1010111 | 1010000 | 0 | 111100 | 111111 | 1111 | 11 | 1000000 | 111010 |
Color Harmonies of #D95750
Complementary color
Monochromatic Colors of #D95750
Black with #D95750
Text Example
Text Example
White with #D95750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95750; }
p { color: rgb(217,87,80); }
H1.HeaderClassName
{
color: #D95750;
}
.AnyTagClassName
{
color: #D95750;
}
</style>
background-color css
<style>
a { background-color: #D95750; }
a { background-color: rgb(217,87,80); }
div.DivClassName
{
background-color: #D95750;
}
.BgClassName
{
background-color: #D95750;
}
</style>
border-color css
<style>
span { border-color: #D95750; }
span { border-color: rgb(217,87,80); }
td.TdClassName
{
border-color: #D95750;
}
.TagClassName
{
border-color: #D95750;
}
</style>