Shades of Valencia #D95551
Tints of Valencia #D95551
RGB
CMYK
RGB Variations
Color information
#D95551 (or 0xD95551) is known color: Valencia. HEX triplet: D9, 55 and 51. RGB value is (217,85,81). Sum of RGB (Red+Green+Blue) = 217+85+81=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D95551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95551 is #26AAAE. Grayscale: #7C7C7C. Windows color (decimal): -2534063 or 5330393. OLE color: 5330393.
HSL color Cylindrical-coordinate representation of color #D95551: hue angle of 1.76º 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 #D95551 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 81 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.15 |
| HSL | 1.76º | 0.64% | 0.58% | - |
| HSV(B) | 1.76º | 0.63% | 0.85% | - |
| XYZ | 33.35 | 21.84 | 10.24 | - |
| YUV | 124.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 81 | 0 | 0.61 | 0.63 | 0.15 | 1.76 | 0.64 | 0.58 |
| Hex | D9 | 55 | 51 | 0 | 3D | 3F | F | 2 | 40 | 3A |
| Octal | 331 | 125 | 121 | 0 | 75 | 77 | 17 | 2 | 100 | 72 |
| Binary | 11011001 | 1010101 | 1010001 | 0 | 111101 | 111111 | 1111 | 10 | 1000000 | 111010 |
Color Harmonies of #D95551
Complementary color
Monochromatic Colors of #D95551
Black with #D95551
Text Example
Text Example
White with #D95551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95551; }
p { color: rgb(217,85,81); }
H1.HeaderClassName
{
color: #D95551;
}
.AnyTagClassName
{
color: #D95551;
}
</style>
background-color css
<style>
a { background-color: #D95551; }
a { background-color: rgb(217,85,81); }
div.DivClassName
{
background-color: #D95551;
}
.BgClassName
{
background-color: #D95551;
}
</style>
border-color css
<style>
span { border-color: #D95551; }
span { border-color: rgb(217,85,81); }
td.TdClassName
{
border-color: #D95551;
}
.TagClassName
{
border-color: #D95551;
}
</style>