Shades of Valencia #D25A4E
Tints of Valencia #D25A4E
RGB
CMYK
RGB Variations
Color information
#D25A4E (or 0xD25A4E) is known color: Valencia. HEX triplet: D2, 5A and 4E. RGB value is (210,90,78). Sum of RGB (Red+Green+Blue) = 210+90+78=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A4E is #2DA5B1. Grayscale: #7C7C7C. Windows color (decimal): -2991538 or 5135058. OLE color: 5135058.
HSL color Cylindrical-coordinate representation of color #D25A4E: hue angle of 5.45º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25A4E is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 78 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.18 |
| HSL | 5.45º | 0.59% | 0.56% | - |
| HSV(B) | 5.45º | 0.63% | 0.82% | - |
| XYZ | 31.61 | 21.56 | 9.7 | - |
| YUV | 124.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 78 | 0 | 0.57 | 0.63 | 0.18 | 5.45 | 0.59 | 0.56 |
| Hex | D2 | 5A | 4E | 0 | 39 | 3F | 12 | 5 | 3B | 38 |
| Octal | 322 | 132 | 116 | 0 | 71 | 77 | 22 | 5 | 73 | 70 |
| Binary | 11010010 | 1011010 | 1001110 | 0 | 111001 | 111111 | 10010 | 101 | 111011 | 111000 |
Color Harmonies of #D25A4E
Complementary color
Monochromatic Colors of #D25A4E
Black with #D25A4E
Text Example
Text Example
White with #D25A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A4E; }
p { color: rgb(210,90,78); }
H1.HeaderClassName
{
color: #D25A4E;
}
.AnyTagClassName
{
color: #D25A4E;
}
</style>
background-color css
<style>
a { background-color: #D25A4E; }
a { background-color: rgb(210,90,78); }
div.DivClassName
{
background-color: #D25A4E;
}
.BgClassName
{
background-color: #D25A4E;
}
</style>
border-color css
<style>
span { border-color: #D25A4E; }
span { border-color: rgb(210,90,78); }
td.TdClassName
{
border-color: #D25A4E;
}
.TagClassName
{
border-color: #D25A4E;
}
</style>