Shades of Valencia #DA5551
Tints of Valencia #DA5551
RGB
CMYK
RGB Variations
Color information
#DA5551 (or 0xDA5551) is known color: Valencia. HEX triplet: DA, 55 and 51. RGB value is (218,85,81). Sum of RGB (Red+Green+Blue) = 218+85+81=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5551 is #25AAAE. Grayscale: #7C7C7C. Windows color (decimal): -2468527 or 5330394. OLE color: 5330394.
HSL color Cylindrical-coordinate representation of color #DA5551: hue angle of 1.75º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5551 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 81 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.15 |
| HSL | 1.75º | 0.65% | 0.59% | - |
| HSV(B) | 1.75º | 0.63% | 0.85% | - |
| XYZ | 33.65 | 22 | 10.26 | - |
| YUV | 124.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 81 | 0 | 0.61 | 0.63 | 0.15 | 1.75 | 0.65 | 0.59 |
| Hex | DA | 55 | 51 | 0 | 3D | 3F | F | 2 | 41 | 3B |
| Octal | 332 | 125 | 121 | 0 | 75 | 77 | 17 | 2 | 101 | 73 |
| Binary | 11011010 | 1010101 | 1010001 | 0 | 111101 | 111111 | 1111 | 10 | 1000001 | 111011 |
Color Harmonies of #DA5551
Complementary color
Monochromatic Colors of #DA5551
Black with #DA5551
Text Example
Text Example
White with #DA5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5551; }
p { color: rgb(218,85,81); }
H1.HeaderClassName
{
color: #DA5551;
}
.AnyTagClassName
{
color: #DA5551;
}
</style>
background-color css
<style>
a { background-color: #DA5551; }
a { background-color: rgb(218,85,81); }
div.DivClassName
{
background-color: #DA5551;
}
.BgClassName
{
background-color: #DA5551;
}
</style>
border-color css
<style>
span { border-color: #DA5551; }
span { border-color: rgb(218,85,81); }
td.TdClassName
{
border-color: #DA5551;
}
.TagClassName
{
border-color: #DA5551;
}
</style>