Shades of Valencia #D85250
Tints of Valencia #D85250
RGB
CMYK
RGB Variations
Color information
#D85250 (or 0xD85250) is known color: Valencia. HEX triplet: D8, 52 and 50. RGB value is (216,82,80). Sum of RGB (Red+Green+Blue) = 216+82+80=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D85250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85250 is #27ADAF. Grayscale: #797979. Windows color (decimal): -2600368 or 5264088. OLE color: 5264088.
HSL color Cylindrical-coordinate representation of color #D85250: hue angle of 0.88º 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 #D85250 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 80 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.15 |
| HSL | 0.88º | 0.64% | 0.58% | - |
| HSV(B) | 0.88º | 0.63% | 0.85% | - |
| XYZ | 32.78 | 21.21 | 9.96 | - |
| YUV | 121.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 80 | 0 | 0.62 | 0.63 | 0.15 | 0.88 | 0.64 | 0.58 |
| Hex | D8 | 52 | 50 | 0 | 3E | 3F | F | 1 | 40 | 3A |
| Octal | 330 | 122 | 120 | 0 | 76 | 77 | 17 | 1 | 100 | 72 |
| Binary | 11011000 | 1010010 | 1010000 | 0 | 111110 | 111111 | 1111 | 1 | 1000000 | 111010 |
Color Harmonies of #D85250
Complementary color
Monochromatic Colors of #D85250
Black with #D85250
Text Example
Text Example
White with #D85250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85250; }
p { color: rgb(216,82,80); }
H1.HeaderClassName
{
color: #D85250;
}
.AnyTagClassName
{
color: #D85250;
}
</style>
background-color css
<style>
a { background-color: #D85250; }
a { background-color: rgb(216,82,80); }
div.DivClassName
{
background-color: #D85250;
}
.BgClassName
{
background-color: #D85250;
}
</style>
border-color css
<style>
span { border-color: #D85250; }
span { border-color: rgb(216,82,80); }
td.TdClassName
{
border-color: #D85250;
}
.TagClassName
{
border-color: #D85250;
}
</style>