Shades of Valencia #DF554E
Tints of Valencia #DF554E
RGB
CMYK
RGB Variations
Color information
#DF554E (or 0xDF554E) is known color: Valencia. HEX triplet: DF, 55 and 4E. RGB value is (223,85,78). Sum of RGB (Red+Green+Blue) = 223+85+78=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF554E is #20AAB1. Grayscale: #7D7D7D. Windows color (decimal): -2140850 or 5133791. OLE color: 5133791.
HSL color Cylindrical-coordinate representation of color #DF554E: hue angle of 2.9º 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 #DF554E is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 78 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.13 |
| HSL | 2.9º | 0.69% | 0.59% | - |
| HSV(B) | 2.9º | 0.65% | 0.87% | - |
| XYZ | 35.06 | 22.74 | 9.75 | - |
| YUV | 125.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 78 | 0 | 0.62 | 0.65 | 0.13 | 2.9 | 0.69 | 0.59 |
| Hex | DF | 55 | 4E | 0 | 3E | 41 | D | 3 | 45 | 3B |
| Octal | 337 | 125 | 116 | 0 | 76 | 101 | 15 | 3 | 105 | 73 |
| Binary | 11011111 | 1010101 | 1001110 | 0 | 111110 | 1000001 | 1101 | 11 | 1000101 | 111011 |
Color Harmonies of #DF554E
Complementary color
Monochromatic Colors of #DF554E
Black with #DF554E
Text Example
Text Example
White with #DF554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF554E; }
p { color: rgb(223,85,78); }
H1.HeaderClassName
{
color: #DF554E;
}
.AnyTagClassName
{
color: #DF554E;
}
</style>
background-color css
<style>
a { background-color: #DF554E; }
a { background-color: rgb(223,85,78); }
div.DivClassName
{
background-color: #DF554E;
}
.BgClassName
{
background-color: #DF554E;
}
</style>
border-color css
<style>
span { border-color: #DF554E; }
span { border-color: rgb(223,85,78); }
td.TdClassName
{
border-color: #DF554E;
}
.TagClassName
{
border-color: #DF554E;
}
</style>