Shades of Valencia #D0504E
Tints of Valencia #D0504E
RGB
CMYK
RGB Variations
Color information
#D0504E (or 0xD0504E) is known color: Valencia. HEX triplet: D0, 50 and 4E. RGB value is (208,80,78). Sum of RGB (Red+Green+Blue) = 208+80+78=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0504E is #2FAFB1. Grayscale: #767676. Windows color (decimal): -3125170 or 5132496. OLE color: 5132496.
HSL color Cylindrical-coordinate representation of color #D0504E: hue angle of 0.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0504E is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 78 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.18 |
| HSL | 0.92º | 0.58% | 0.56% | - |
| HSV(B) | 0.92º | 0.63% | 0.82% | - |
| XYZ | 30.26 | 19.7 | 9.42 | - |
| YUV | 118.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 78 | 0 | 0.62 | 0.62 | 0.18 | 0.92 | 0.58 | 0.56 |
| Hex | D0 | 50 | 4E | 0 | 3E | 3E | 12 | 1 | 3A | 38 |
| Octal | 320 | 120 | 116 | 0 | 76 | 76 | 22 | 1 | 72 | 70 |
| Binary | 11010000 | 1010000 | 1001110 | 0 | 111110 | 111110 | 10010 | 1 | 111010 | 111000 |
Color Harmonies of #D0504E
Complementary color
Monochromatic Colors of #D0504E
Black with #D0504E
Text Example
Text Example
White with #D0504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0504E; }
p { color: rgb(208,80,78); }
H1.HeaderClassName
{
color: #D0504E;
}
.AnyTagClassName
{
color: #D0504E;
}
</style>
background-color css
<style>
a { background-color: #D0504E; }
a { background-color: rgb(208,80,78); }
div.DivClassName
{
background-color: #D0504E;
}
.BgClassName
{
background-color: #D0504E;
}
</style>
border-color css
<style>
span { border-color: #D0504E; }
span { border-color: rgb(208,80,78); }
td.TdClassName
{
border-color: #D0504E;
}
.TagClassName
{
border-color: #D0504E;
}
</style>