Shades of Valencia #D65A4E
Tints of Valencia #D65A4E
RGB
CMYK
RGB Variations
Color information
#D65A4E (or 0xD65A4E) is known color: Valencia. HEX triplet: D6, 5A and 4E. RGB value is (214,90,78). Sum of RGB (Red+Green+Blue) = 214+90+78=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A4E is #29A5B1. Grayscale: #7D7D7D. Windows color (decimal): -2729394 or 5135062. OLE color: 5135062.
HSL color Cylindrical-coordinate representation of color #D65A4E: hue angle of 5.29º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65A4E is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 78 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.16 |
| HSL | 5.29º | 0.62% | 0.57% | - |
| HSV(B) | 5.29º | 0.64% | 0.84% | - |
| XYZ | 32.76 | 22.16 | 9.76 | - |
| YUV | 125.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 78 | 0 | 0.58 | 0.64 | 0.16 | 5.29 | 0.62 | 0.57 |
| Hex | D6 | 5A | 4E | 0 | 3A | 40 | 10 | 5 | 3E | 39 |
| Octal | 326 | 132 | 116 | 0 | 72 | 100 | 20 | 5 | 76 | 71 |
| Binary | 11010110 | 1011010 | 1001110 | 0 | 111010 | 1000000 | 10000 | 101 | 111110 | 111001 |
Color Harmonies of #D65A4E
Complementary color
Monochromatic Colors of #D65A4E
Black with #D65A4E
Text Example
Text Example
White with #D65A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A4E; }
p { color: rgb(214,90,78); }
H1.HeaderClassName
{
color: #D65A4E;
}
.AnyTagClassName
{
color: #D65A4E;
}
</style>
background-color css
<style>
a { background-color: #D65A4E; }
a { background-color: rgb(214,90,78); }
div.DivClassName
{
background-color: #D65A4E;
}
.BgClassName
{
background-color: #D65A4E;
}
</style>
border-color css
<style>
span { border-color: #D65A4E; }
span { border-color: rgb(214,90,78); }
td.TdClassName
{
border-color: #D65A4E;
}
.TagClassName
{
border-color: #D65A4E;
}
</style>