Shades of Valencia #DF584D
Tints of Valencia #DF584D
RGB
CMYK
RGB Variations
Color information
#DF584D (or 0xDF584D) is known color: Valencia. HEX triplet: DF, 58 and 4D. RGB value is (223,88,77). Sum of RGB (Red+Green+Blue) = 223+88+77=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF584D is #20A7B2. Grayscale: #7F7F7F. Windows color (decimal): -2140083 or 5069023. OLE color: 5069023.
HSL color Cylindrical-coordinate representation of color #DF584D: hue angle of 4.52º degrees, saturation: 0.7, 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 #DF584D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 77 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.13 |
| HSL | 4.52º | 0.7% | 0.59% | - |
| HSV(B) | 4.52º | 0.65% | 0.87% | - |
| XYZ | 35.26 | 23.2 | 9.64 | - |
| YUV | 127.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 77 | 0 | 0.61 | 0.65 | 0.13 | 4.52 | 0.7 | 0.59 |
| Hex | DF | 58 | 4D | 0 | 3D | 41 | D | 5 | 46 | 3B |
| Octal | 337 | 130 | 115 | 0 | 75 | 101 | 15 | 5 | 106 | 73 |
| Binary | 11011111 | 1011000 | 1001101 | 0 | 111101 | 1000001 | 1101 | 101 | 1000110 | 111011 |
Color Harmonies of #DF584D
Complementary color
Monochromatic Colors of #DF584D
Black with #DF584D
Text Example
Text Example
White with #DF584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF584D; }
p { color: rgb(223,88,77); }
H1.HeaderClassName
{
color: #DF584D;
}
.AnyTagClassName
{
color: #DF584D;
}
</style>
background-color css
<style>
a { background-color: #DF584D; }
a { background-color: rgb(223,88,77); }
div.DivClassName
{
background-color: #DF584D;
}
.BgClassName
{
background-color: #DF584D;
}
</style>
border-color css
<style>
span { border-color: #DF584D; }
span { border-color: rgb(223,88,77); }
td.TdClassName
{
border-color: #DF584D;
}
.TagClassName
{
border-color: #DF584D;
}
</style>