Shades of Valencia #D65655
Tints of Valencia #D65655
RGB
CMYK
RGB Variations
Color information
#D65655 (or 0xD65655) is known color: Valencia. HEX triplet: D6, 56 and 55. RGB value is (214,86,85). Sum of RGB (Red+Green+Blue) = 214+86+85=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D65655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65655 is #29A9AA. Grayscale: #7C7C7C. Windows color (decimal): -2730411 or 5592790. OLE color: 5592790.
HSL color Cylindrical-coordinate representation of color #D65655: hue angle of 0.47º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65655 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 85 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.16 |
| HSL | 0.47º | 0.61% | 0.59% | - |
| HSV(B) | 0.47º | 0.6% | 0.84% | - |
| XYZ | 32.7 | 21.61 | 11.04 | - |
| YUV | 124.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 85 | 0 | 0.60 | 0.60 | 0.16 | 0.47 | 0.61 | 0.59 |
| Hex | D6 | 56 | 55 | 0 | 3C | 3C | 10 | 0 | 3D | 3B |
| Octal | 326 | 126 | 125 | 0 | 74 | 74 | 20 | 0 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1010101 | 0 | 111100 | 111100 | 10000 | 0 | 111101 | 111011 |
Color Harmonies of #D65655
Complementary color
Monochromatic Colors of #D65655
Black with #D65655
Text Example
Text Example
White with #D65655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65655; }
p { color: rgb(214,86,85); }
H1.HeaderClassName
{
color: #D65655;
}
.AnyTagClassName
{
color: #D65655;
}
</style>
background-color css
<style>
a { background-color: #D65655; }
a { background-color: rgb(214,86,85); }
div.DivClassName
{
background-color: #D65655;
}
.BgClassName
{
background-color: #D65655;
}
</style>
border-color css
<style>
span { border-color: #D65655; }
span { border-color: rgb(214,86,85); }
td.TdClassName
{
border-color: #D65655;
}
.TagClassName
{
border-color: #D65655;
}
</style>