Shades of Valencia #D85050
Tints of Valencia #D85050
RGB
CMYK
RGB Variations
Color information
#D85050 (or 0xD85050) is known color: Valencia. HEX triplet: D8, 50 and 50. RGB value is (216,80,80). Sum of RGB (Red+Green+Blue) = 216+80+80=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D85050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85050 is #27AFAF. Grayscale: #787878. Windows color (decimal): -2600880 or 5263576. OLE color: 5263576.
HSL color Cylindrical-coordinate representation of color #D85050: hue angle of 0º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85050 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 80 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.15 |
| HSL | 0º | 0.64% | 0.58% | - |
| HSV(B) | 0º | 0.63% | 0.85% | - |
| XYZ | 32.64 | 20.92 | 9.91 | - |
| YUV | 120.66 | 105.06 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 80 | 0 | 0.63 | 0.63 | 0.15 | 0 | 0.64 | 0.58 |
| Hex | D8 | 50 | 50 | 0 | 3F | 3F | F | 0 | 40 | 3A |
| Octal | 330 | 120 | 120 | 0 | 77 | 77 | 17 | 0 | 100 | 72 |
| Binary | 11011000 | 1010000 | 1010000 | 0 | 111111 | 111111 | 1111 | 0 | 1000000 | 111010 |
Color Harmonies of #D85050
Complementary color
Monochromatic Colors of #D85050
Black with #D85050
Text Example
Text Example
White with #D85050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85050; }
p { color: rgb(216,80,80); }
H1.HeaderClassName
{
color: #D85050;
}
.AnyTagClassName
{
color: #D85050;
}
</style>
background-color css
<style>
a { background-color: #D85050; }
a { background-color: rgb(216,80,80); }
div.DivClassName
{
background-color: #D85050;
}
.BgClassName
{
background-color: #D85050;
}
</style>
border-color css
<style>
span { border-color: #D85050; }
span { border-color: rgb(216,80,80); }
td.TdClassName
{
border-color: #D85050;
}
.TagClassName
{
border-color: #D85050;
}
</style>