Shades of Valencia #DA5149
Tints of Valencia #DA5149
RGB
CMYK
RGB Variations
Color information
#DA5149 (or 0xDA5149) is known color: Valencia. HEX triplet: DA, 51 and 49. RGB value is (218,81,73). Sum of RGB (Red+Green+Blue) = 218+81+73=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5149 is #25AEB6. Grayscale: #797979. Windows color (decimal): -2469559 or 4805082. OLE color: 4805082.
HSL color Cylindrical-coordinate representation of color #DA5149: hue angle of 3.31º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA5149 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 73 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.15 |
| HSL | 3.31º | 0.66% | 0.57% | - |
| HSV(B) | 3.31º | 0.67% | 0.85% | - |
| XYZ | 33.06 | 21.27 | 8.67 | - |
| YUV | 121.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 73 | 0 | 0.63 | 0.67 | 0.15 | 3.31 | 0.66 | 0.57 |
| Hex | DA | 51 | 49 | 0 | 3F | 43 | F | 3 | 42 | 39 |
| Octal | 332 | 121 | 111 | 0 | 77 | 103 | 17 | 3 | 102 | 71 |
| Binary | 11011010 | 1010001 | 1001001 | 0 | 111111 | 1000011 | 1111 | 11 | 1000010 | 111001 |
Color Harmonies of #DA5149
Complementary color
Monochromatic Colors of #DA5149
Black with #DA5149
Text Example
Text Example
White with #DA5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5149; }
p { color: rgb(218,81,73); }
H1.HeaderClassName
{
color: #DA5149;
}
.AnyTagClassName
{
color: #DA5149;
}
</style>
background-color css
<style>
a { background-color: #DA5149; }
a { background-color: rgb(218,81,73); }
div.DivClassName
{
background-color: #DA5149;
}
.BgClassName
{
background-color: #DA5149;
}
</style>
border-color css
<style>
span { border-color: #DA5149; }
span { border-color: rgb(218,81,73); }
td.TdClassName
{
border-color: #DA5149;
}
.TagClassName
{
border-color: #DA5149;
}
</style>