Shades of Valencia #D2564E
Tints of Valencia #D2564E
RGB
CMYK
RGB Variations
Color information
#D2564E (or 0xD2564E) is known color: Valencia. HEX triplet: D2, 56 and 4E. RGB value is (210,86,78). Sum of RGB (Red+Green+Blue) = 210+86+78=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2564E is #2DA9B1. Grayscale: #7A7A7A. Windows color (decimal): -2992562 or 5134034. OLE color: 5134034.
HSL color Cylindrical-coordinate representation of color #D2564E: hue angle of 3.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2564E is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 78 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.18 |
| HSL | 3.64º | 0.59% | 0.56% | - |
| HSV(B) | 3.64º | 0.63% | 0.82% | - |
| XYZ | 31.28 | 20.91 | 9.59 | - |
| YUV | 122.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 78 | 0 | 0.59 | 0.63 | 0.18 | 3.64 | 0.59 | 0.56 |
| Hex | D2 | 56 | 4E | 0 | 3B | 3F | 12 | 4 | 3B | 38 |
| Octal | 322 | 126 | 116 | 0 | 73 | 77 | 22 | 4 | 73 | 70 |
| Binary | 11010010 | 1010110 | 1001110 | 0 | 111011 | 111111 | 10010 | 100 | 111011 | 111000 |
Color Harmonies of #D2564E
Complementary color
Monochromatic Colors of #D2564E
Black with #D2564E
Text Example
Text Example
White with #D2564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2564E; }
p { color: rgb(210,86,78); }
H1.HeaderClassName
{
color: #D2564E;
}
.AnyTagClassName
{
color: #D2564E;
}
</style>
background-color css
<style>
a { background-color: #D2564E; }
a { background-color: rgb(210,86,78); }
div.DivClassName
{
background-color: #D2564E;
}
.BgClassName
{
background-color: #D2564E;
}
</style>
border-color css
<style>
span { border-color: #D2564E; }
span { border-color: rgb(210,86,78); }
td.TdClassName
{
border-color: #D2564E;
}
.TagClassName
{
border-color: #D2564E;
}
</style>