Shades of Valencia #DA4D49
Tints of Valencia #DA4D49
RGB
CMYK
RGB Variations
Color information
#DA4D49 (or 0xDA4D49) is known color: Valencia. HEX triplet: DA, 4D and 49. RGB value is (218,77,73). Sum of RGB (Red+Green+Blue) = 218+77+73=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D49 is #25B2B6. Grayscale: #767676. Windows color (decimal): -2470583 or 4804058. OLE color: 4804058.
HSL color Cylindrical-coordinate representation of color #DA4D49: hue angle of 1.66º 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 #DA4D49 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 73 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.15 |
| HSL | 1.66º | 0.66% | 0.57% | - |
| HSV(B) | 1.66º | 0.67% | 0.85% | - |
| XYZ | 32.77 | 20.69 | 8.57 | - |
| YUV | 118.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 73 | 0 | 0.65 | 0.67 | 0.15 | 1.66 | 0.66 | 0.57 |
| Hex | DA | 4D | 49 | 0 | 41 | 43 | F | 2 | 42 | 39 |
| Octal | 332 | 115 | 111 | 0 | 101 | 103 | 17 | 2 | 102 | 71 |
| Binary | 11011010 | 1001101 | 1001001 | 0 | 1000001 | 1000011 | 1111 | 10 | 1000010 | 111001 |
Color Harmonies of #DA4D49
Complementary color
Monochromatic Colors of #DA4D49
Black with #DA4D49
Text Example
Text Example
White with #DA4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D49; }
p { color: rgb(218,77,73); }
H1.HeaderClassName
{
color: #DA4D49;
}
.AnyTagClassName
{
color: #DA4D49;
}
</style>
background-color css
<style>
a { background-color: #DA4D49; }
a { background-color: rgb(218,77,73); }
div.DivClassName
{
background-color: #DA4D49;
}
.BgClassName
{
background-color: #DA4D49;
}
</style>
border-color css
<style>
span { border-color: #DA4D49; }
span { border-color: rgb(218,77,73); }
td.TdClassName
{
border-color: #DA4D49;
}
.TagClassName
{
border-color: #DA4D49;
}
</style>