Shades of Valencia #D65A51
Tints of Valencia #D65A51
RGB
CMYK
RGB Variations
Color information
#D65A51 (or 0xD65A51) is known color: Valencia. HEX triplet: D6, 5A and 51. RGB value is (214,90,81). Sum of RGB (Red+Green+Blue) = 214+90+81=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A51 is #29A5AE. Grayscale: #7E7E7E. Windows color (decimal): -2729391 or 5331670. OLE color: 5331670.
HSL color Cylindrical-coordinate representation of color #D65A51: hue angle of 4.06º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65A51 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 81 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.16 |
| HSL | 4.06º | 0.62% | 0.58% | - |
| HSV(B) | 4.06º | 0.62% | 0.84% | - |
| XYZ | 32.87 | 22.2 | 10.34 | - |
| YUV | 126.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 81 | 0 | 0.58 | 0.62 | 0.16 | 4.06 | 0.62 | 0.58 |
| Hex | D6 | 5A | 51 | 0 | 3A | 3E | 10 | 4 | 3E | 3A |
| Octal | 326 | 132 | 121 | 0 | 72 | 76 | 20 | 4 | 76 | 72 |
| Binary | 11010110 | 1011010 | 1010001 | 0 | 111010 | 111110 | 10000 | 100 | 111110 | 111010 |
Color Harmonies of #D65A51
Complementary color
Monochromatic Colors of #D65A51
Black with #D65A51
Text Example
Text Example
White with #D65A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A51; }
p { color: rgb(214,90,81); }
H1.HeaderClassName
{
color: #D65A51;
}
.AnyTagClassName
{
color: #D65A51;
}
</style>
background-color css
<style>
a { background-color: #D65A51; }
a { background-color: rgb(214,90,81); }
div.DivClassName
{
background-color: #D65A51;
}
.BgClassName
{
background-color: #D65A51;
}
</style>
border-color css
<style>
span { border-color: #D65A51; }
span { border-color: rgb(214,90,81); }
td.TdClassName
{
border-color: #D65A51;
}
.TagClassName
{
border-color: #D65A51;
}
</style>