Shades of Valencia #D55A4E
Tints of Valencia #D55A4E
RGB
CMYK
RGB Variations
Color information
#D55A4E (or 0xD55A4E) is known color: Valencia. HEX triplet: D5, 5A and 4E. RGB value is (213,90,78). Sum of RGB (Red+Green+Blue) = 213+90+78=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A4E is #2AA5B1. Grayscale: #7D7D7D. Windows color (decimal): -2794930 or 5135061. OLE color: 5135061.
HSL color Cylindrical-coordinate representation of color #D55A4E: hue angle of 5.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D55A4E is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 78 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.16 |
| HSL | 5.33º | 0.62% | 0.57% | - |
| HSV(B) | 5.33º | 0.63% | 0.84% | - |
| XYZ | 32.47 | 22.01 | 9.74 | - |
| YUV | 125.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 78 | 0 | 0.58 | 0.63 | 0.16 | 5.33 | 0.62 | 0.57 |
| Hex | D5 | 5A | 4E | 0 | 3A | 3F | 10 | 5 | 3E | 39 |
| Octal | 325 | 132 | 116 | 0 | 72 | 77 | 20 | 5 | 76 | 71 |
| Binary | 11010101 | 1011010 | 1001110 | 0 | 111010 | 111111 | 10000 | 101 | 111110 | 111001 |
Color Harmonies of #D55A4E
Complementary color
Monochromatic Colors of #D55A4E
Black with #D55A4E
Text Example
Text Example
White with #D55A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A4E; }
p { color: rgb(213,90,78); }
H1.HeaderClassName
{
color: #D55A4E;
}
.AnyTagClassName
{
color: #D55A4E;
}
</style>
background-color css
<style>
a { background-color: #D55A4E; }
a { background-color: rgb(213,90,78); }
div.DivClassName
{
background-color: #D55A4E;
}
.BgClassName
{
background-color: #D55A4E;
}
</style>
border-color css
<style>
span { border-color: #D55A4E; }
span { border-color: rgb(213,90,78); }
td.TdClassName
{
border-color: #D55A4E;
}
.TagClassName
{
border-color: #D55A4E;
}
</style>