Shades of Valencia #DA5353
Tints of Valencia #DA5353
RGB
CMYK
RGB Variations
Color information
#DA5353 (or 0xDA5353) is known color: Valencia. HEX triplet: DA, 53 and 53. RGB value is (218,83,83). Sum of RGB (Red+Green+Blue) = 218+83+83=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5353 is #25ACAC. Grayscale: #7B7B7B. Windows color (decimal): -2469037 or 5460954. OLE color: 5460954.
HSL color Cylindrical-coordinate representation of color #DA5353: hue angle of 0º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5353 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 83 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.15 |
| HSL | 0º | 0.65% | 0.59% | - |
| HSV(B) | 0º | 0.62% | 0.85% | - |
| XYZ | 33.57 | 21.72 | 10.61 | - |
| YUV | 123.37 | 105.23 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 83 | 0 | 0.62 | 0.62 | 0.15 | 0 | 0.65 | 0.59 |
| Hex | DA | 53 | 53 | 0 | 3E | 3E | F | 0 | 41 | 3B |
| Octal | 332 | 123 | 123 | 0 | 76 | 76 | 17 | 0 | 101 | 73 |
| Binary | 11011010 | 1010011 | 1010011 | 0 | 111110 | 111110 | 1111 | 0 | 1000001 | 111011 |
Color Harmonies of #DA5353
Complementary color
Monochromatic Colors of #DA5353
Black with #DA5353
Text Example
Text Example
White with #DA5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5353; }
p { color: rgb(218,83,83); }
H1.HeaderClassName
{
color: #DA5353;
}
.AnyTagClassName
{
color: #DA5353;
}
</style>
background-color css
<style>
a { background-color: #DA5353; }
a { background-color: rgb(218,83,83); }
div.DivClassName
{
background-color: #DA5353;
}
.BgClassName
{
background-color: #DA5353;
}
</style>
border-color css
<style>
span { border-color: #DA5353; }
span { border-color: rgb(218,83,83); }
td.TdClassName
{
border-color: #DA5353;
}
.TagClassName
{
border-color: #DA5353;
}
</style>