Shades of Valencia #DE564D
Tints of Valencia #DE564D
RGB
CMYK
RGB Variations
Color information
#DE564D (or 0xDE564D) is known color: Valencia. HEX triplet: DE, 56 and 4D. RGB value is (222,86,77). Sum of RGB (Red+Green+Blue) = 222+86+77=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE564D is #21A9B2. Grayscale: #7D7D7D. Windows color (decimal): -2206131 or 5068510. OLE color: 5068510.
HSL color Cylindrical-coordinate representation of color #DE564D: hue angle of 3.72º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE564D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 86 | 77 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.13 |
| HSL | 3.72º | 0.69% | 0.59% | - |
| HSV(B) | 3.72º | 0.65% | 0.87% | - |
| XYZ | 34.79 | 22.72 | 9.57 | - |
| YUV | 125.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 77 | 0 | 0.61 | 0.65 | 0.13 | 3.72 | 0.69 | 0.59 |
| Hex | DE | 56 | 4D | 0 | 3D | 41 | D | 4 | 45 | 3B |
| Octal | 336 | 126 | 115 | 0 | 75 | 101 | 15 | 4 | 105 | 73 |
| Binary | 11011110 | 1010110 | 1001101 | 0 | 111101 | 1000001 | 1101 | 100 | 1000101 | 111011 |
Color Harmonies of #DE564D
Complementary color
Monochromatic Colors of #DE564D
Black with #DE564D
Text Example
Text Example
White with #DE564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE564D; }
p { color: rgb(222,86,77); }
H1.HeaderClassName
{
color: #DE564D;
}
.AnyTagClassName
{
color: #DE564D;
}
</style>
background-color css
<style>
a { background-color: #DE564D; }
a { background-color: rgb(222,86,77); }
div.DivClassName
{
background-color: #DE564D;
}
.BgClassName
{
background-color: #DE564D;
}
</style>
border-color css
<style>
span { border-color: #DE564D; }
span { border-color: rgb(222,86,77); }
td.TdClassName
{
border-color: #DE564D;
}
.TagClassName
{
border-color: #DE564D;
}
</style>