Shades of Valencia #DA5148
Tints of Valencia #DA5148
RGB
CMYK
RGB Variations
Color information
#DA5148 (or 0xDA5148) is known color: Valencia. HEX triplet: DA, 51 and 48. RGB value is (218,81,72). Sum of RGB (Red+Green+Blue) = 218+81+72=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5148 is #25AEB7. Grayscale: #797979. Windows color (decimal): -2469560 or 4739546. OLE color: 4739546.
HSL color Cylindrical-coordinate representation of color #DA5148: hue angle of 3.7º 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 #DA5148 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 72 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.15 |
| HSL | 3.7º | 0.66% | 0.57% | - |
| HSV(B) | 3.7º | 0.67% | 0.85% | - |
| XYZ | 33.03 | 21.26 | 8.49 | - |
| YUV | 120.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 72 | 0 | 0.63 | 0.67 | 0.15 | 3.7 | 0.66 | 0.57 |
| Hex | DA | 51 | 48 | 0 | 3F | 43 | F | 4 | 42 | 39 |
| Octal | 332 | 121 | 110 | 0 | 77 | 103 | 17 | 4 | 102 | 71 |
| Binary | 11011010 | 1010001 | 1001000 | 0 | 111111 | 1000011 | 1111 | 100 | 1000010 | 111001 |
Color Harmonies of #DA5148
Complementary color
Monochromatic Colors of #DA5148
Black with #DA5148
Text Example
Text Example
White with #DA5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5148; }
p { color: rgb(218,81,72); }
H1.HeaderClassName
{
color: #DA5148;
}
.AnyTagClassName
{
color: #DA5148;
}
</style>
background-color css
<style>
a { background-color: #DA5148; }
a { background-color: rgb(218,81,72); }
div.DivClassName
{
background-color: #DA5148;
}
.BgClassName
{
background-color: #DA5148;
}
</style>
border-color css
<style>
span { border-color: #DA5148; }
span { border-color: rgb(218,81,72); }
td.TdClassName
{
border-color: #DA5148;
}
.TagClassName
{
border-color: #DA5148;
}
</style>