Shades of Valencia #D84F4D
Tints of Valencia #D84F4D
RGB
CMYK
RGB Variations
Color information
#D84F4D (or 0xD84F4D) is known color: Valencia. HEX triplet: D8, 4F and 4D. RGB value is (216,79,77). Sum of RGB (Red+Green+Blue) = 216+79+77=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F4D is #27B0B2. Grayscale: #777777. Windows color (decimal): -2601139 or 5066712. OLE color: 5066712.
HSL color Cylindrical-coordinate representation of color #D84F4D: hue angle of 0.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84F4D is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 77 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.15 |
| HSL | 0.86º | 0.64% | 0.57% | - |
| HSV(B) | 0.86º | 0.64% | 0.85% | - |
| XYZ | 32.45 | 20.73 | 9.31 | - |
| YUV | 119.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 77 | 0 | 0.63 | 0.64 | 0.15 | 0.86 | 0.64 | 0.57 |
| Hex | D8 | 4F | 4D | 0 | 3F | 40 | F | 1 | 40 | 39 |
| Octal | 330 | 117 | 115 | 0 | 77 | 100 | 17 | 1 | 100 | 71 |
| Binary | 11011000 | 1001111 | 1001101 | 0 | 111111 | 1000000 | 1111 | 1 | 1000000 | 111001 |
Color Harmonies of #D84F4D
Complementary color
Monochromatic Colors of #D84F4D
Black with #D84F4D
Text Example
Text Example
White with #D84F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F4D; }
p { color: rgb(216,79,77); }
H1.HeaderClassName
{
color: #D84F4D;
}
.AnyTagClassName
{
color: #D84F4D;
}
</style>
background-color css
<style>
a { background-color: #D84F4D; }
a { background-color: rgb(216,79,77); }
div.DivClassName
{
background-color: #D84F4D;
}
.BgClassName
{
background-color: #D84F4D;
}
</style>
border-color css
<style>
span { border-color: #D84F4D; }
span { border-color: rgb(216,79,77); }
td.TdClassName
{
border-color: #D84F4D;
}
.TagClassName
{
border-color: #D84F4D;
}
</style>