Shades of Valencia #D15554
Tints of Valencia #D15554
RGB
CMYK
RGB Variations
Color information
#D15554 (or 0xD15554) is known color: Valencia. HEX triplet: D1, 55 and 54. RGB value is (209,85,84). Sum of RGB (Red+Green+Blue) = 209+85+84=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D15554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15554 is #2EAAAB. Grayscale: #7A7A7A. Windows color (decimal): -3058348 or 5526993. OLE color: 5526993.
HSL color Cylindrical-coordinate representation of color #D15554: hue angle of 0.48º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15554 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 84 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.18 |
| HSL | 0.48º | 0.58% | 0.57% | - |
| HSV(B) | 0.48º | 0.6% | 0.82% | - |
| XYZ | 31.14 | 20.69 | 10.74 | - |
| YUV | 121.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 84 | 0 | 0.59 | 0.60 | 0.18 | 0.48 | 0.58 | 0.57 |
| Hex | D1 | 55 | 54 | 0 | 3B | 3C | 12 | 0 | 3A | 39 |
| Octal | 321 | 125 | 124 | 0 | 73 | 74 | 22 | 0 | 72 | 71 |
| Binary | 11010001 | 1010101 | 1010100 | 0 | 111011 | 111100 | 10010 | 0 | 111010 | 111001 |
Color Harmonies of #D15554
Complementary color
Monochromatic Colors of #D15554
Black with #D15554
Text Example
Text Example
White with #D15554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15554; }
p { color: rgb(209,85,84); }
H1.HeaderClassName
{
color: #D15554;
}
.AnyTagClassName
{
color: #D15554;
}
</style>
background-color css
<style>
a { background-color: #D15554; }
a { background-color: rgb(209,85,84); }
div.DivClassName
{
background-color: #D15554;
}
.BgClassName
{
background-color: #D15554;
}
</style>
border-color css
<style>
span { border-color: #D15554; }
span { border-color: rgb(209,85,84); }
td.TdClassName
{
border-color: #D15554;
}
.TagClassName
{
border-color: #D15554;
}
</style>