Shades of Valencia #D2564B
Tints of Valencia #D2564B
RGB
CMYK
RGB Variations
Color information
#D2564B (or 0xD2564B) is known color: Valencia. HEX triplet: D2, 56 and 4B. RGB value is (210,86,75). Sum of RGB (Red+Green+Blue) = 210+86+75=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2564B is #2DA9B4. Grayscale: #797979. Windows color (decimal): -2992565 or 4937426. OLE color: 4937426.
HSL color Cylindrical-coordinate representation of color #D2564B: hue angle of 4.89º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2564B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 75 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.18 |
| HSL | 4.89º | 0.6% | 0.56% | - |
| HSV(B) | 4.89º | 0.64% | 0.82% | - |
| XYZ | 31.18 | 20.87 | 9.04 | - |
| YUV | 121.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 75 | 0 | 0.59 | 0.64 | 0.18 | 4.89 | 0.6 | 0.56 |
| Hex | D2 | 56 | 4B | 0 | 3B | 40 | 12 | 5 | 3C | 38 |
| Octal | 322 | 126 | 113 | 0 | 73 | 100 | 22 | 5 | 74 | 70 |
| Binary | 11010010 | 1010110 | 1001011 | 0 | 111011 | 1000000 | 10010 | 101 | 111100 | 111000 |
Color Harmonies of #D2564B
Complementary color
Monochromatic Colors of #D2564B
Black with #D2564B
Text Example
Text Example
White with #D2564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2564B; }
p { color: rgb(210,86,75); }
H1.HeaderClassName
{
color: #D2564B;
}
.AnyTagClassName
{
color: #D2564B;
}
</style>
background-color css
<style>
a { background-color: #D2564B; }
a { background-color: rgb(210,86,75); }
div.DivClassName
{
background-color: #D2564B;
}
.BgClassName
{
background-color: #D2564B;
}
</style>
border-color css
<style>
span { border-color: #D2564B; }
span { border-color: rgb(210,86,75); }
td.TdClassName
{
border-color: #D2564B;
}
.TagClassName
{
border-color: #D2564B;
}
</style>