Shades of Valencia #D65654
Tints of Valencia #D65654
RGB
CMYK
RGB Variations
Color information
#D65654 (or 0xD65654) is known color: Valencia. HEX triplet: D6, 56 and 54. RGB value is (214,86,84). Sum of RGB (Red+Green+Blue) = 214+86+84=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D65654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65654 is #29A9AB. Grayscale: #7C7C7C. Windows color (decimal): -2730412 or 5527254. OLE color: 5527254.
HSL color Cylindrical-coordinate representation of color #D65654: hue angle of 0.92º 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 #D65654 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 84 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.16 |
| HSL | 0.92º | 0.61% | 0.58% | - |
| HSV(B) | 0.92º | 0.61% | 0.84% | - |
| XYZ | 32.66 | 21.59 | 10.83 | - |
| YUV | 124.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 84 | 0 | 0.60 | 0.61 | 0.16 | 0.92 | 0.61 | 0.58 |
| Hex | D6 | 56 | 54 | 0 | 3C | 3D | 10 | 1 | 3D | 3A |
| Octal | 326 | 126 | 124 | 0 | 74 | 75 | 20 | 1 | 75 | 72 |
| Binary | 11010110 | 1010110 | 1010100 | 0 | 111100 | 111101 | 10000 | 1 | 111101 | 111010 |
Color Harmonies of #D65654
Complementary color
Monochromatic Colors of #D65654
Black with #D65654
Text Example
Text Example
White with #D65654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65654; }
p { color: rgb(214,86,84); }
H1.HeaderClassName
{
color: #D65654;
}
.AnyTagClassName
{
color: #D65654;
}
</style>
background-color css
<style>
a { background-color: #D65654; }
a { background-color: rgb(214,86,84); }
div.DivClassName
{
background-color: #D65654;
}
.BgClassName
{
background-color: #D65654;
}
</style>
border-color css
<style>
span { border-color: #D65654; }
span { border-color: rgb(214,86,84); }
td.TdClassName
{
border-color: #D65654;
}
.TagClassName
{
border-color: #D65654;
}
</style>