Shades of Valencia #D65957
Tints of Valencia #D65957
RGB
CMYK
RGB Variations
Color information
#D65957 (or 0xD65957) is known color: Valencia. HEX triplet: D6, 59 and 57. RGB value is (214,89,87). Sum of RGB (Red+Green+Blue) = 214+89+87=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D65957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65957 is #29A6A8. Grayscale: #7E7E7E. Windows color (decimal): -2729641 or 5724630. OLE color: 5724630.
HSL color Cylindrical-coordinate representation of color #D65957: hue angle of 0.94º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65957 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 87 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.16 |
| HSL | 0.94º | 0.61% | 0.59% | - |
| HSV(B) | 0.94º | 0.59% | 0.84% | - |
| XYZ | 33.02 | 22.13 | 11.55 | - |
| YUV | 126.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 87 | 0 | 0.58 | 0.59 | 0.16 | 0.94 | 0.61 | 0.59 |
| Hex | D6 | 59 | 57 | 0 | 3A | 3B | 10 | 1 | 3D | 3B |
| Octal | 326 | 131 | 127 | 0 | 72 | 73 | 20 | 1 | 75 | 73 |
| Binary | 11010110 | 1011001 | 1010111 | 0 | 111010 | 111011 | 10000 | 1 | 111101 | 111011 |
Color Harmonies of #D65957
Complementary color
Monochromatic Colors of #D65957
Black with #D65957
Text Example
Text Example
White with #D65957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65957; }
p { color: rgb(214,89,87); }
H1.HeaderClassName
{
color: #D65957;
}
.AnyTagClassName
{
color: #D65957;
}
</style>
background-color css
<style>
a { background-color: #D65957; }
a { background-color: rgb(214,89,87); }
div.DivClassName
{
background-color: #D65957;
}
.BgClassName
{
background-color: #D65957;
}
</style>
border-color css
<style>
span { border-color: #D65957; }
span { border-color: rgb(214,89,87); }
td.TdClassName
{
border-color: #D65957;
}
.TagClassName
{
border-color: #D65957;
}
</style>