Shades of Valencia #DE594E
Tints of Valencia #DE594E
RGB
CMYK
RGB Variations
Color information
#DE594E (or 0xDE594E) is known color: Valencia. HEX triplet: DE, 59 and 4E. RGB value is (222,89,78). Sum of RGB (Red+Green+Blue) = 222+89+78=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE594E is #21A6B1. Grayscale: #7F7F7F. Windows color (decimal): -2205362 or 5134814. OLE color: 5134814.
HSL color Cylindrical-coordinate representation of color #DE594E: hue angle of 4.58º 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 #DE594E is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 78 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.13 |
| HSL | 4.58º | 0.69% | 0.59% | - |
| HSV(B) | 4.58º | 0.65% | 0.87% | - |
| XYZ | 35.07 | 23.22 | 9.84 | - |
| YUV | 127.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 78 | 0 | 0.60 | 0.65 | 0.13 | 4.58 | 0.69 | 0.59 |
| Hex | DE | 59 | 4E | 0 | 3C | 41 | D | 5 | 45 | 3B |
| Octal | 336 | 131 | 116 | 0 | 74 | 101 | 15 | 5 | 105 | 73 |
| Binary | 11011110 | 1011001 | 1001110 | 0 | 111100 | 1000001 | 1101 | 101 | 1000101 | 111011 |
Color Harmonies of #DE594E
Complementary color
Monochromatic Colors of #DE594E
Black with #DE594E
Text Example
Text Example
White with #DE594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE594E; }
p { color: rgb(222,89,78); }
H1.HeaderClassName
{
color: #DE594E;
}
.AnyTagClassName
{
color: #DE594E;
}
</style>
background-color css
<style>
a { background-color: #DE594E; }
a { background-color: rgb(222,89,78); }
div.DivClassName
{
background-color: #DE594E;
}
.BgClassName
{
background-color: #DE594E;
}
</style>
border-color css
<style>
span { border-color: #DE594E; }
span { border-color: rgb(222,89,78); }
td.TdClassName
{
border-color: #DE594E;
}
.TagClassName
{
border-color: #DE594E;
}
</style>