Shades of Valencia #D75550
Tints of Valencia #D75550
RGB
CMYK
RGB Variations
Color information
#D75550 (or 0xD75550) is known color: Valencia. HEX triplet: D7, 55 and 50. RGB value is (215,85,80). Sum of RGB (Red+Green+Blue) = 215+85+80=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D75550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75550 is #28AAAF. Grayscale: #7B7B7B. Windows color (decimal): -2665136 or 5264855. OLE color: 5264855.
HSL color Cylindrical-coordinate representation of color #D75550: hue angle of 2.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75550 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 80 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.16 |
| HSL | 2.22º | 0.63% | 0.58% | - |
| HSV(B) | 2.22º | 0.63% | 0.84% | - |
| XYZ | 32.72 | 21.52 | 10.02 | - |
| YUV | 123.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 80 | 0 | 0.60 | 0.63 | 0.16 | 2.22 | 0.63 | 0.58 |
| Hex | D7 | 55 | 50 | 0 | 3C | 3F | 10 | 2 | 3F | 3A |
| Octal | 327 | 125 | 120 | 0 | 74 | 77 | 20 | 2 | 77 | 72 |
| Binary | 11010111 | 1010101 | 1010000 | 0 | 111100 | 111111 | 10000 | 10 | 111111 | 111010 |
Color Harmonies of #D75550
Complementary color
Monochromatic Colors of #D75550
Black with #D75550
Text Example
Text Example
White with #D75550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75550; }
p { color: rgb(215,85,80); }
H1.HeaderClassName
{
color: #D75550;
}
.AnyTagClassName
{
color: #D75550;
}
</style>
background-color css
<style>
a { background-color: #D75550; }
a { background-color: rgb(215,85,80); }
div.DivClassName
{
background-color: #D75550;
}
.BgClassName
{
background-color: #D75550;
}
</style>
border-color css
<style>
span { border-color: #D75550; }
span { border-color: rgb(215,85,80); }
td.TdClassName
{
border-color: #D75550;
}
.TagClassName
{
border-color: #D75550;
}
</style>