Shades of Valencia #D65554
Tints of Valencia #D65554
RGB
CMYK
RGB Variations
Color information
#D65554 (or 0xD65554) is known color: Valencia. HEX triplet: D6, 55 and 54. RGB value is (214,85,84). Sum of RGB (Red+Green+Blue) = 214+85+84=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D65554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65554 is #29AAAB. Grayscale: #7B7B7B. Windows color (decimal): -2730668 or 5526998. OLE color: 5526998.
HSL color Cylindrical-coordinate representation of color #D65554: hue angle of 0.46º 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 #D65554 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 84 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.16 |
| HSL | 0.46º | 0.61% | 0.58% | - |
| HSV(B) | 0.46º | 0.61% | 0.84% | - |
| XYZ | 32.58 | 21.43 | 10.81 | - |
| YUV | 123.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 84 | 0 | 0.60 | 0.61 | 0.16 | 0.46 | 0.61 | 0.58 |
| Hex | D6 | 55 | 54 | 0 | 3C | 3D | 10 | 0 | 3D | 3A |
| Octal | 326 | 125 | 124 | 0 | 74 | 75 | 20 | 0 | 75 | 72 |
| Binary | 11010110 | 1010101 | 1010100 | 0 | 111100 | 111101 | 10000 | 0 | 111101 | 111010 |
Color Harmonies of #D65554
Complementary color
Monochromatic Colors of #D65554
Black with #D65554
Text Example
Text Example
White with #D65554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65554; }
p { color: rgb(214,85,84); }
H1.HeaderClassName
{
color: #D65554;
}
.AnyTagClassName
{
color: #D65554;
}
</style>
background-color css
<style>
a { background-color: #D65554; }
a { background-color: rgb(214,85,84); }
div.DivClassName
{
background-color: #D65554;
}
.BgClassName
{
background-color: #D65554;
}
</style>
border-color css
<style>
span { border-color: #D65554; }
span { border-color: rgb(214,85,84); }
td.TdClassName
{
border-color: #D65554;
}
.TagClassName
{
border-color: #D65554;
}
</style>