Shades of Valencia #D95553
Tints of Valencia #D95553
RGB
CMYK
RGB Variations
Color information
#D95553 (or 0xD95553) is known color: Valencia. HEX triplet: D9, 55 and 53. RGB value is (217,85,83). Sum of RGB (Red+Green+Blue) = 217+85+83=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D95553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95553 is #26AAAC. Grayscale: #7C7C7C. Windows color (decimal): -2534061 or 5461465. OLE color: 5461465.
HSL color Cylindrical-coordinate representation of color #D95553: hue angle of 0.9º degrees, saturation: 0.64, 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 #D95553 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 83 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.15 |
| HSL | 0.9º | 0.64% | 0.59% | - |
| HSV(B) | 0.9º | 0.62% | 0.85% | - |
| XYZ | 33.43 | 21.87 | 10.64 | - |
| YUV | 124.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 83 | 0 | 0.61 | 0.62 | 0.15 | 0.9 | 0.64 | 0.59 |
| Hex | D9 | 55 | 53 | 0 | 3D | 3E | F | 1 | 40 | 3B |
| Octal | 331 | 125 | 123 | 0 | 75 | 76 | 17 | 1 | 100 | 73 |
| Binary | 11011001 | 1010101 | 1010011 | 0 | 111101 | 111110 | 1111 | 1 | 1000000 | 111011 |
Color Harmonies of #D95553
Complementary color
Monochromatic Colors of #D95553
Black with #D95553
Text Example
Text Example
White with #D95553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95553; }
p { color: rgb(217,85,83); }
H1.HeaderClassName
{
color: #D95553;
}
.AnyTagClassName
{
color: #D95553;
}
</style>
background-color css
<style>
a { background-color: #D95553; }
a { background-color: rgb(217,85,83); }
div.DivClassName
{
background-color: #D95553;
}
.BgClassName
{
background-color: #D95553;
}
</style>
border-color css
<style>
span { border-color: #D95553; }
span { border-color: rgb(217,85,83); }
td.TdClassName
{
border-color: #D95553;
}
.TagClassName
{
border-color: #D95553;
}
</style>