Shades of Valencia #DF5552
Tints of Valencia #DF5552
RGB
CMYK
RGB Variations
Color information
#DF5552 (or 0xDF5552) is known color: Valencia. HEX triplet: DF, 55 and 52. RGB value is (223,85,82). Sum of RGB (Red+Green+Blue) = 223+85+82=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5552 is #20AAAD. Grayscale: #7E7E7E. Windows color (decimal): -2140846 or 5395935. OLE color: 5395935.
HSL color Cylindrical-coordinate representation of color #DF5552: hue angle of 1.28º 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 #DF5552 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 82 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.13 |
| HSL | 1.28º | 0.69% | 0.6% | - |
| HSV(B) | 1.28º | 0.63% | 0.87% | - |
| XYZ | 35.2 | 22.79 | 10.53 | - |
| YUV | 125.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 82 | 0 | 0.62 | 0.63 | 0.13 | 1.28 | 0.69 | 0.6 |
| Hex | DF | 55 | 52 | 0 | 3E | 3F | D | 1 | 45 | 3C |
| Octal | 337 | 125 | 122 | 0 | 76 | 77 | 15 | 1 | 105 | 74 |
| Binary | 11011111 | 1010101 | 1010010 | 0 | 111110 | 111111 | 1101 | 1 | 1000101 | 111100 |
Color Harmonies of #DF5552
Complementary color
Monochromatic Colors of #DF5552
Black with #DF5552
Text Example
Text Example
White with #DF5552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5552; }
p { color: rgb(223,85,82); }
H1.HeaderClassName
{
color: #DF5552;
}
.AnyTagClassName
{
color: #DF5552;
}
</style>
background-color css
<style>
a { background-color: #DF5552; }
a { background-color: rgb(223,85,82); }
div.DivClassName
{
background-color: #DF5552;
}
.BgClassName
{
background-color: #DF5552;
}
</style>
border-color css
<style>
span { border-color: #DF5552; }
span { border-color: rgb(223,85,82); }
td.TdClassName
{
border-color: #DF5552;
}
.TagClassName
{
border-color: #DF5552;
}
</style>