Shades of Valencia #DF584E
Tints of Valencia #DF584E
RGB
CMYK
RGB Variations
Color information
#DF584E (or 0xDF584E) is known color: Valencia. HEX triplet: DF, 58 and 4E. RGB value is (223,88,78). Sum of RGB (Red+Green+Blue) = 223+88+78=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF584E is #20A7B1. Grayscale: #7F7F7F. Windows color (decimal): -2140082 or 5134559. OLE color: 5134559.
HSL color Cylindrical-coordinate representation of color #DF584E: hue angle of 4.14º 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 #DF584E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 78 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.13 |
| HSL | 4.14º | 0.69% | 0.59% | - |
| HSV(B) | 4.14º | 0.65% | 0.87% | - |
| XYZ | 35.3 | 23.22 | 9.83 | - |
| YUV | 127.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 78 | 0 | 0.61 | 0.65 | 0.13 | 4.14 | 0.69 | 0.59 |
| Hex | DF | 58 | 4E | 0 | 3D | 41 | D | 4 | 45 | 3B |
| Octal | 337 | 130 | 116 | 0 | 75 | 101 | 15 | 4 | 105 | 73 |
| Binary | 11011111 | 1011000 | 1001110 | 0 | 111101 | 1000001 | 1101 | 100 | 1000101 | 111011 |
Color Harmonies of #DF584E
Complementary color
Monochromatic Colors of #DF584E
Black with #DF584E
Text Example
Text Example
White with #DF584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF584E; }
p { color: rgb(223,88,78); }
H1.HeaderClassName
{
color: #DF584E;
}
.AnyTagClassName
{
color: #DF584E;
}
</style>
background-color css
<style>
a { background-color: #DF584E; }
a { background-color: rgb(223,88,78); }
div.DivClassName
{
background-color: #DF584E;
}
.BgClassName
{
background-color: #DF584E;
}
</style>
border-color css
<style>
span { border-color: #DF584E; }
span { border-color: rgb(223,88,78); }
td.TdClassName
{
border-color: #DF584E;
}
.TagClassName
{
border-color: #DF584E;
}
</style>