Shades of Valencia #D65954
Tints of Valencia #D65954
RGB
CMYK
RGB Variations
Color information
#D65954 (or 0xD65954) is known color: Valencia. HEX triplet: D6, 59 and 54. RGB value is (214,89,84). Sum of RGB (Red+Green+Blue) = 214+89+84=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D65954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65954 is #29A6AB. Grayscale: #7D7D7D. Windows color (decimal): -2729644 or 5528022. OLE color: 5528022.
HSL color Cylindrical-coordinate representation of color #D65954: hue angle of 2.31º 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 #D65954 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 84 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.16 |
| HSL | 2.31º | 0.61% | 0.58% | - |
| HSV(B) | 2.31º | 0.61% | 0.84% | - |
| XYZ | 32.9 | 22.08 | 10.92 | - |
| YUV | 125.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 84 | 0 | 0.58 | 0.61 | 0.16 | 2.31 | 0.61 | 0.58 |
| Hex | D6 | 59 | 54 | 0 | 3A | 3D | 10 | 2 | 3D | 3A |
| Octal | 326 | 131 | 124 | 0 | 72 | 75 | 20 | 2 | 75 | 72 |
| Binary | 11010110 | 1011001 | 1010100 | 0 | 111010 | 111101 | 10000 | 10 | 111101 | 111010 |
Color Harmonies of #D65954
Complementary color
Monochromatic Colors of #D65954
Black with #D65954
Text Example
Text Example
White with #D65954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65954; }
p { color: rgb(214,89,84); }
H1.HeaderClassName
{
color: #D65954;
}
.AnyTagClassName
{
color: #D65954;
}
</style>
background-color css
<style>
a { background-color: #D65954; }
a { background-color: rgb(214,89,84); }
div.DivClassName
{
background-color: #D65954;
}
.BgClassName
{
background-color: #D65954;
}
</style>
border-color css
<style>
span { border-color: #D65954; }
span { border-color: rgb(214,89,84); }
td.TdClassName
{
border-color: #D65954;
}
.TagClassName
{
border-color: #D65954;
}
</style>