Shades of Valencia #D15850
Tints of Valencia #D15850
RGB
CMYK
RGB Variations
Color information
#D15850 (or 0xD15850) is known color: Valencia. HEX triplet: D1, 58 and 50. RGB value is (209,88,80). Sum of RGB (Red+Green+Blue) = 209+88+80=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D15850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15850 is #2EA7AF. Grayscale: #7B7B7B. Windows color (decimal): -3057584 or 5265617. OLE color: 5265617.
HSL color Cylindrical-coordinate representation of color #D15850: hue angle of 3.72º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15850 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 80 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.18 |
| HSL | 3.72º | 0.58% | 0.57% | - |
| HSV(B) | 3.72º | 0.62% | 0.82% | - |
| XYZ | 31.23 | 21.11 | 10.02 | - |
| YUV | 123.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 80 | 0 | 0.58 | 0.62 | 0.18 | 3.72 | 0.58 | 0.57 |
| Hex | D1 | 58 | 50 | 0 | 3A | 3E | 12 | 4 | 3A | 39 |
| Octal | 321 | 130 | 120 | 0 | 72 | 76 | 22 | 4 | 72 | 71 |
| Binary | 11010001 | 1011000 | 1010000 | 0 | 111010 | 111110 | 10010 | 100 | 111010 | 111001 |
Color Harmonies of #D15850
Complementary color
Monochromatic Colors of #D15850
Black with #D15850
Text Example
Text Example
White with #D15850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15850; }
p { color: rgb(209,88,80); }
H1.HeaderClassName
{
color: #D15850;
}
.AnyTagClassName
{
color: #D15850;
}
</style>
background-color css
<style>
a { background-color: #D15850; }
a { background-color: rgb(209,88,80); }
div.DivClassName
{
background-color: #D15850;
}
.BgClassName
{
background-color: #D15850;
}
</style>
border-color css
<style>
span { border-color: #D15850; }
span { border-color: rgb(209,88,80); }
td.TdClassName
{
border-color: #D15850;
}
.TagClassName
{
border-color: #D15850;
}
</style>