Shades of Valencia #D65A54
Tints of Valencia #D65A54
RGB
CMYK
RGB Variations
Color information
#D65A54 (or 0xD65A54) is known color: Valencia. HEX triplet: D6, 5A and 54. RGB value is (214,90,84). Sum of RGB (Red+Green+Blue) = 214+90+84=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A54 is #29A5AB. Grayscale: #7E7E7E. Windows color (decimal): -2729388 or 5528278. OLE color: 5528278.
HSL color Cylindrical-coordinate representation of color #D65A54: hue angle of 2.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65A54 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 84 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.16 |
| HSL | 2.77º | 0.61% | 0.58% | - |
| HSV(B) | 2.77º | 0.61% | 0.84% | - |
| XYZ | 32.99 | 22.25 | 10.94 | - |
| YUV | 126.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 84 | 0 | 0.58 | 0.61 | 0.16 | 2.77 | 0.61 | 0.58 |
| Hex | D6 | 5A | 54 | 0 | 3A | 3D | 10 | 3 | 3D | 3A |
| Octal | 326 | 132 | 124 | 0 | 72 | 75 | 20 | 3 | 75 | 72 |
| Binary | 11010110 | 1011010 | 1010100 | 0 | 111010 | 111101 | 10000 | 11 | 111101 | 111010 |
Color Harmonies of #D65A54
Complementary color
Monochromatic Colors of #D65A54
Black with #D65A54
Text Example
Text Example
White with #D65A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A54; }
p { color: rgb(214,90,84); }
H1.HeaderClassName
{
color: #D65A54;
}
.AnyTagClassName
{
color: #D65A54;
}
</style>
background-color css
<style>
a { background-color: #D65A54; }
a { background-color: rgb(214,90,84); }
div.DivClassName
{
background-color: #D65A54;
}
.BgClassName
{
background-color: #D65A54;
}
</style>
border-color css
<style>
span { border-color: #D65A54; }
span { border-color: rgb(214,90,84); }
td.TdClassName
{
border-color: #D65A54;
}
.TagClassName
{
border-color: #D65A54;
}
</style>