Shades of Valencia #D8504B
Tints of Valencia #D8504B
RGB
CMYK
RGB Variations
Color information
#D8504B (or 0xD8504B) is known color: Valencia. HEX triplet: D8, 50 and 4B. RGB value is (216,80,75). Sum of RGB (Red+Green+Blue) = 216+80+75=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D8504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8504B is #27AFB4. Grayscale: #787878. Windows color (decimal): -2600885 or 4935896. OLE color: 4935896.
HSL color Cylindrical-coordinate representation of color #D8504B: hue angle of 2.13º 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 #D8504B is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 75 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.15 |
| HSL | 2.13º | 0.64% | 0.57% | - |
| HSV(B) | 2.13º | 0.65% | 0.85% | - |
| XYZ | 32.46 | 20.84 | 8.97 | - |
| YUV | 120.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 75 | 0 | 0.63 | 0.65 | 0.15 | 2.13 | 0.64 | 0.57 |
| Hex | D8 | 50 | 4B | 0 | 3F | 41 | F | 2 | 40 | 39 |
| Octal | 330 | 120 | 113 | 0 | 77 | 101 | 17 | 2 | 100 | 71 |
| Binary | 11011000 | 1010000 | 1001011 | 0 | 111111 | 1000001 | 1111 | 10 | 1000000 | 111001 |
Color Harmonies of #D8504B
Complementary color
Monochromatic Colors of #D8504B
Black with #D8504B
Text Example
Text Example
White with #D8504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8504B; }
p { color: rgb(216,80,75); }
H1.HeaderClassName
{
color: #D8504B;
}
.AnyTagClassName
{
color: #D8504B;
}
</style>
background-color css
<style>
a { background-color: #D8504B; }
a { background-color: rgb(216,80,75); }
div.DivClassName
{
background-color: #D8504B;
}
.BgClassName
{
background-color: #D8504B;
}
</style>
border-color css
<style>
span { border-color: #D8504B; }
span { border-color: rgb(216,80,75); }
td.TdClassName
{
border-color: #D8504B;
}
.TagClassName
{
border-color: #D8504B;
}
</style>