Shades of Valencia #D05F50
Tints of Valencia #D05F50
RGB
CMYK
RGB Variations
Color information
#D05F50 (or 0xD05F50) is known color: Valencia. HEX triplet: D0, 5F and 50. RGB value is (208,95,80). Sum of RGB (Red+Green+Blue) = 208+95+80=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F50 is #2FA0AF. Grayscale: #7F7F7F. Windows color (decimal): -3121328 or 5267408. OLE color: 5267408.
HSL color Cylindrical-coordinate representation of color #D05F50: hue angle of 7.03º 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 #D05F50 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 80 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.18 |
| HSL | 7.03º | 0.58% | 0.56% | - |
| HSV(B) | 7.03º | 0.62% | 0.82% | - |
| XYZ | 31.55 | 22.17 | 10.21 | - |
| YUV | 127.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 80 | 0 | 0.54 | 0.62 | 0.18 | 7.03 | 0.58 | 0.56 |
| Hex | D0 | 5F | 50 | 0 | 36 | 3E | 12 | 7 | 3A | 38 |
| Octal | 320 | 137 | 120 | 0 | 66 | 76 | 22 | 7 | 72 | 70 |
| Binary | 11010000 | 1011111 | 1010000 | 0 | 110110 | 111110 | 10010 | 111 | 111010 | 111000 |
Color Harmonies of #D05F50
Complementary color
Monochromatic Colors of #D05F50
Black with #D05F50
Text Example
Text Example
White with #D05F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05F50; }
p { color: rgb(208,95,80); }
H1.HeaderClassName
{
color: #D05F50;
}
.AnyTagClassName
{
color: #D05F50;
}
</style>
background-color css
<style>
a { background-color: #D05F50; }
a { background-color: rgb(208,95,80); }
div.DivClassName
{
background-color: #D05F50;
}
.BgClassName
{
background-color: #D05F50;
}
</style>
border-color css
<style>
span { border-color: #D05F50; }
span { border-color: rgb(208,95,80); }
td.TdClassName
{
border-color: #D05F50;
}
.TagClassName
{
border-color: #D05F50;
}
</style>