Shades of Valencia #DA5350
Tints of Valencia #DA5350
RGB
CMYK
RGB Variations
Color information
#DA5350 (or 0xDA5350) is known color: Valencia. HEX triplet: DA, 53 and 50. RGB value is (218,83,80). Sum of RGB (Red+Green+Blue) = 218+83+80=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5350 is #25ACAF. Grayscale: #7B7B7B. Windows color (decimal): -2469040 or 5264346. OLE color: 5264346.
HSL color Cylindrical-coordinate representation of color #DA5350: hue angle of 1.3º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5350 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 80 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.15 |
| HSL | 1.3º | 0.65% | 0.58% | - |
| HSV(B) | 1.3º | 0.63% | 0.85% | - |
| XYZ | 33.45 | 21.67 | 10.01 | - |
| YUV | 123.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 80 | 0 | 0.62 | 0.63 | 0.15 | 1.3 | 0.65 | 0.58 |
| Hex | DA | 53 | 50 | 0 | 3E | 3F | F | 1 | 41 | 3A |
| Octal | 332 | 123 | 120 | 0 | 76 | 77 | 17 | 1 | 101 | 72 |
| Binary | 11011010 | 1010011 | 1010000 | 0 | 111110 | 111111 | 1111 | 1 | 1000001 | 111010 |
Color Harmonies of #DA5350
Complementary color
Monochromatic Colors of #DA5350
Black with #DA5350
Text Example
Text Example
White with #DA5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5350; }
p { color: rgb(218,83,80); }
H1.HeaderClassName
{
color: #DA5350;
}
.AnyTagClassName
{
color: #DA5350;
}
</style>
background-color css
<style>
a { background-color: #DA5350; }
a { background-color: rgb(218,83,80); }
div.DivClassName
{
background-color: #DA5350;
}
.BgClassName
{
background-color: #DA5350;
}
</style>
border-color css
<style>
span { border-color: #DA5350; }
span { border-color: rgb(218,83,80); }
td.TdClassName
{
border-color: #DA5350;
}
.TagClassName
{
border-color: #DA5350;
}
</style>