Shades of Valencia #D65553
Tints of Valencia #D65553
RGB
CMYK
RGB Variations
Color information
#D65553 (or 0xD65553) is known color: Valencia. HEX triplet: D6, 55 and 53. RGB value is (214,85,83). Sum of RGB (Red+Green+Blue) = 214+85+83=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D65553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65553 is #29AAAC. Grayscale: #7B7B7B. Windows color (decimal): -2730669 or 5461462. OLE color: 5461462.
HSL color Cylindrical-coordinate representation of color #D65553: hue angle of 0.92º degrees, saturation: 0.62, 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 #D65553 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 83 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.16 |
| HSL | 0.92º | 0.62% | 0.58% | - |
| HSV(B) | 0.92º | 0.61% | 0.84% | - |
| XYZ | 32.54 | 21.42 | 10.6 | - |
| YUV | 123.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 83 | 0 | 0.60 | 0.61 | 0.16 | 0.92 | 0.62 | 0.58 |
| Hex | D6 | 55 | 53 | 0 | 3C | 3D | 10 | 1 | 3E | 3A |
| Octal | 326 | 125 | 123 | 0 | 74 | 75 | 20 | 1 | 76 | 72 |
| Binary | 11010110 | 1010101 | 1010011 | 0 | 111100 | 111101 | 10000 | 1 | 111110 | 111010 |
Color Harmonies of #D65553
Complementary color
Monochromatic Colors of #D65553
Black with #D65553
Text Example
Text Example
White with #D65553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65553; }
p { color: rgb(214,85,83); }
H1.HeaderClassName
{
color: #D65553;
}
.AnyTagClassName
{
color: #D65553;
}
</style>
background-color css
<style>
a { background-color: #D65553; }
a { background-color: rgb(214,85,83); }
div.DivClassName
{
background-color: #D65553;
}
.BgClassName
{
background-color: #D65553;
}
</style>
border-color css
<style>
span { border-color: #D65553; }
span { border-color: rgb(214,85,83); }
td.TdClassName
{
border-color: #D65553;
}
.TagClassName
{
border-color: #D65553;
}
</style>