Shades of Valencia #DF5652
Tints of Valencia #DF5652
RGB
CMYK
RGB Variations
Color information
#DF5652 (or 0xDF5652) is known color: Valencia. HEX triplet: DF, 56 and 52. RGB value is (223,86,82). Sum of RGB (Red+Green+Blue) = 223+86+82=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5652 is #20A9AD. Grayscale: #7E7E7E. Windows color (decimal): -2140590 or 5396191. OLE color: 5396191.
HSL color Cylindrical-coordinate representation of color #DF5652: hue angle of 1.7º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5652 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 82 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.13 |
| HSL | 1.7º | 0.69% | 0.6% | - |
| HSV(B) | 1.7º | 0.63% | 0.87% | - |
| XYZ | 35.28 | 22.95 | 10.55 | - |
| YUV | 126.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 82 | 0 | 0.61 | 0.63 | 0.13 | 1.7 | 0.69 | 0.6 |
| Hex | DF | 56 | 52 | 0 | 3D | 3F | D | 2 | 45 | 3C |
| Octal | 337 | 126 | 122 | 0 | 75 | 77 | 15 | 2 | 105 | 74 |
| Binary | 11011111 | 1010110 | 1010010 | 0 | 111101 | 111111 | 1101 | 10 | 1000101 | 111100 |
Color Harmonies of #DF5652
Complementary color
Monochromatic Colors of #DF5652
Black with #DF5652
Text Example
Text Example
White with #DF5652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5652; }
p { color: rgb(223,86,82); }
H1.HeaderClassName
{
color: #DF5652;
}
.AnyTagClassName
{
color: #DF5652;
}
</style>
background-color css
<style>
a { background-color: #DF5652; }
a { background-color: rgb(223,86,82); }
div.DivClassName
{
background-color: #DF5652;
}
.BgClassName
{
background-color: #DF5652;
}
</style>
border-color css
<style>
span { border-color: #DF5652; }
span { border-color: rgb(223,86,82); }
td.TdClassName
{
border-color: #DF5652;
}
.TagClassName
{
border-color: #DF5652;
}
</style>