Shades of Valencia #D85452
Tints of Valencia #D85452
RGB
CMYK
RGB Variations
Color information
#D85452 (or 0xD85452) is known color: Valencia. HEX triplet: D8, 54 and 52. RGB value is (216,84,82). Sum of RGB (Red+Green+Blue) = 216+84+82=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D85452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85452 is #27ABAD. Grayscale: #7B7B7B. Windows color (decimal): -2599854 or 5395672. OLE color: 5395672.
HSL color Cylindrical-coordinate representation of color #D85452: hue angle of 0.9º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85452 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 82 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.15 |
| HSL | 0.9º | 0.63% | 0.58% | - |
| HSV(B) | 0.9º | 0.62% | 0.85% | - |
| XYZ | 33.01 | 21.55 | 10.4 | - |
| YUV | 123.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 82 | 0 | 0.61 | 0.62 | 0.15 | 0.9 | 0.63 | 0.58 |
| Hex | D8 | 54 | 52 | 0 | 3D | 3E | F | 1 | 3F | 3A |
| Octal | 330 | 124 | 122 | 0 | 75 | 76 | 17 | 1 | 77 | 72 |
| Binary | 11011000 | 1010100 | 1010010 | 0 | 111101 | 111110 | 1111 | 1 | 111111 | 111010 |
Color Harmonies of #D85452
Complementary color
Monochromatic Colors of #D85452
Black with #D85452
Text Example
Text Example
White with #D85452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85452; }
p { color: rgb(216,84,82); }
H1.HeaderClassName
{
color: #D85452;
}
.AnyTagClassName
{
color: #D85452;
}
</style>
background-color css
<style>
a { background-color: #D85452; }
a { background-color: rgb(216,84,82); }
div.DivClassName
{
background-color: #D85452;
}
.BgClassName
{
background-color: #D85452;
}
</style>
border-color css
<style>
span { border-color: #D85452; }
span { border-color: rgb(216,84,82); }
td.TdClassName
{
border-color: #D85452;
}
.TagClassName
{
border-color: #D85452;
}
</style>