Shades of Valencia #DF5655
Tints of Valencia #DF5655
RGB
CMYK
RGB Variations
Color information
#DF5655 (or 0xDF5655) is known color: Valencia. HEX triplet: DF, 56 and 55. RGB value is (223,86,85). Sum of RGB (Red+Green+Blue) = 223+86+85=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5655 is #20A9AA. Grayscale: #7E7E7E. Windows color (decimal): -2140587 or 5592799. OLE color: 5592799.
HSL color Cylindrical-coordinate representation of color #DF5655: hue angle of 0.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5655 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 85 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.13 |
| HSL | 0.43º | 0.68% | 0.6% | - |
| HSV(B) | 0.43º | 0.62% | 0.87% | - |
| XYZ | 35.4 | 23 | 11.17 | - |
| YUV | 126.85 | 104.39 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 85 | 0 | 0.61 | 0.62 | 0.13 | 0.43 | 0.68 | 0.6 |
| Hex | DF | 56 | 55 | 0 | 3D | 3E | D | 0 | 44 | 3C |
| Octal | 337 | 126 | 125 | 0 | 75 | 76 | 15 | 0 | 104 | 74 |
| Binary | 11011111 | 1010110 | 1010101 | 0 | 111101 | 111110 | 1101 | 0 | 1000100 | 111100 |
Color Harmonies of #DF5655
Complementary color
Monochromatic Colors of #DF5655
Black with #DF5655
Text Example
Text Example
White with #DF5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5655; }
p { color: rgb(223,86,85); }
H1.HeaderClassName
{
color: #DF5655;
}
.AnyTagClassName
{
color: #DF5655;
}
</style>
background-color css
<style>
a { background-color: #DF5655; }
a { background-color: rgb(223,86,85); }
div.DivClassName
{
background-color: #DF5655;
}
.BgClassName
{
background-color: #DF5655;
}
</style>
border-color css
<style>
span { border-color: #DF5655; }
span { border-color: rgb(223,86,85); }
td.TdClassName
{
border-color: #DF5655;
}
.TagClassName
{
border-color: #DF5655;
}
</style>