Shades of Valencia #D9554E
Tints of Valencia #D9554E
RGB
CMYK
RGB Variations
Color information
#D9554E (or 0xD9554E) is known color: Valencia. HEX triplet: D9, 55 and 4E. RGB value is (217,85,78). Sum of RGB (Red+Green+Blue) = 217+85+78=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9554E is #26AAB1. Grayscale: #7B7B7B. Windows color (decimal): -2534066 or 5133785. OLE color: 5133785.
HSL color Cylindrical-coordinate representation of color #D9554E: hue angle of 3.02º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9554E is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 78 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.15 |
| HSL | 3.02º | 0.65% | 0.58% | - |
| HSV(B) | 3.02º | 0.64% | 0.85% | - |
| XYZ | 33.24 | 21.8 | 9.66 | - |
| YUV | 123.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 78 | 0 | 0.61 | 0.64 | 0.15 | 3.02 | 0.65 | 0.58 |
| Hex | D9 | 55 | 4E | 0 | 3D | 40 | F | 3 | 41 | 3A |
| Octal | 331 | 125 | 116 | 0 | 75 | 100 | 17 | 3 | 101 | 72 |
| Binary | 11011001 | 1010101 | 1001110 | 0 | 111101 | 1000000 | 1111 | 11 | 1000001 | 111010 |
Color Harmonies of #D9554E
Complementary color
Monochromatic Colors of #D9554E
Black with #D9554E
Text Example
Text Example
White with #D9554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9554E; }
p { color: rgb(217,85,78); }
H1.HeaderClassName
{
color: #D9554E;
}
.AnyTagClassName
{
color: #D9554E;
}
</style>
background-color css
<style>
a { background-color: #D9554E; }
a { background-color: rgb(217,85,78); }
div.DivClassName
{
background-color: #D9554E;
}
.BgClassName
{
background-color: #D9554E;
}
</style>
border-color css
<style>
span { border-color: #D9554E; }
span { border-color: rgb(217,85,78); }
td.TdClassName
{
border-color: #D9554E;
}
.TagClassName
{
border-color: #D9554E;
}
</style>