Shades of Valencia #D84E4B
Tints of Valencia #D84E4B
RGB
CMYK
RGB Variations
Color information
#D84E4B (or 0xD84E4B) is known color: Valencia. HEX triplet: D8, 4E and 4B. RGB value is (216,78,75). Sum of RGB (Red+Green+Blue) = 216+78+75=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E4B is #27B1B4. Grayscale: #777777. Windows color (decimal): -2601397 or 4935384. OLE color: 4935384.
HSL color Cylindrical-coordinate representation of color #D84E4B: hue angle of 1.28º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84E4B is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 75 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.15 |
| HSL | 1.28º | 0.64% | 0.57% | - |
| HSV(B) | 1.28º | 0.65% | 0.85% | - |
| XYZ | 32.31 | 20.56 | 8.92 | - |
| YUV | 118.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 75 | 0 | 0.64 | 0.65 | 0.15 | 1.28 | 0.64 | 0.57 |
| Hex | D8 | 4E | 4B | 0 | 40 | 41 | F | 1 | 40 | 39 |
| Octal | 330 | 116 | 113 | 0 | 100 | 101 | 17 | 1 | 100 | 71 |
| Binary | 11011000 | 1001110 | 1001011 | 0 | 1000000 | 1000001 | 1111 | 1 | 1000000 | 111001 |
Color Harmonies of #D84E4B
Complementary color
Monochromatic Colors of #D84E4B
Black with #D84E4B
Text Example
Text Example
White with #D84E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E4B; }
p { color: rgb(216,78,75); }
H1.HeaderClassName
{
color: #D84E4B;
}
.AnyTagClassName
{
color: #D84E4B;
}
</style>
background-color css
<style>
a { background-color: #D84E4B; }
a { background-color: rgb(216,78,75); }
div.DivClassName
{
background-color: #D84E4B;
}
.BgClassName
{
background-color: #D84E4B;
}
</style>
border-color css
<style>
span { border-color: #D84E4B; }
span { border-color: rgb(216,78,75); }
td.TdClassName
{
border-color: #D84E4B;
}
.TagClassName
{
border-color: #D84E4B;
}
</style>