Shades of Valencia #DE584E
Tints of Valencia #DE584E
RGB
CMYK
RGB Variations
Color information
#DE584E (or 0xDE584E) is known color: Valencia. HEX triplet: DE, 58 and 4E. RGB value is (222,88,78). Sum of RGB (Red+Green+Blue) = 222+88+78=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE584E is #21A7B1. Grayscale: #7F7F7F. Windows color (decimal): -2205618 or 5134558. OLE color: 5134558.
HSL color Cylindrical-coordinate representation of color #DE584E: hue angle of 4.17º 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 #DE584E is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 78 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.13 |
| HSL | 4.17º | 0.69% | 0.59% | - |
| HSV(B) | 4.17º | 0.65% | 0.87% | - |
| XYZ | 34.99 | 23.06 | 9.81 | - |
| YUV | 126.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 78 | 0 | 0.60 | 0.65 | 0.13 | 4.17 | 0.69 | 0.59 |
| Hex | DE | 58 | 4E | 0 | 3C | 41 | D | 4 | 45 | 3B |
| Octal | 336 | 130 | 116 | 0 | 74 | 101 | 15 | 4 | 105 | 73 |
| Binary | 11011110 | 1011000 | 1001110 | 0 | 111100 | 1000001 | 1101 | 100 | 1000101 | 111011 |
Color Harmonies of #DE584E
Complementary color
Monochromatic Colors of #DE584E
Black with #DE584E
Text Example
Text Example
White with #DE584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE584E; }
p { color: rgb(222,88,78); }
H1.HeaderClassName
{
color: #DE584E;
}
.AnyTagClassName
{
color: #DE584E;
}
</style>
background-color css
<style>
a { background-color: #DE584E; }
a { background-color: rgb(222,88,78); }
div.DivClassName
{
background-color: #DE584E;
}
.BgClassName
{
background-color: #DE584E;
}
</style>
border-color css
<style>
span { border-color: #DE584E; }
span { border-color: rgb(222,88,78); }
td.TdClassName
{
border-color: #DE584E;
}
.TagClassName
{
border-color: #DE584E;
}
</style>