Shades of Valencia #DD5950
Tints of Valencia #DD5950
RGB
CMYK
RGB Variations
Color information
#DD5950 (or 0xDD5950) is known color: Valencia. HEX triplet: DD, 59 and 50. RGB value is (221,89,80). Sum of RGB (Red+Green+Blue) = 221+89+80=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5950 is #22A6AF. Grayscale: #7F7F7F. Windows color (decimal): -2270896 or 5265885. OLE color: 5265885.
HSL color Cylindrical-coordinate representation of color #DD5950: hue angle of 3.83º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5950 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 80 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.13 |
| HSL | 3.83º | 0.67% | 0.59% | - |
| HSV(B) | 3.83º | 0.64% | 0.87% | - |
| XYZ | 34.84 | 23.1 | 10.21 | - |
| YUV | 127.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 80 | 0 | 0.60 | 0.64 | 0.13 | 3.83 | 0.67 | 0.59 |
| Hex | DD | 59 | 50 | 0 | 3C | 40 | D | 4 | 43 | 3B |
| Octal | 335 | 131 | 120 | 0 | 74 | 100 | 15 | 4 | 103 | 73 |
| Binary | 11011101 | 1011001 | 1010000 | 0 | 111100 | 1000000 | 1101 | 100 | 1000011 | 111011 |
Color Harmonies of #DD5950
Complementary color
Monochromatic Colors of #DD5950
Black with #DD5950
Text Example
Text Example
White with #DD5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5950; }
p { color: rgb(221,89,80); }
H1.HeaderClassName
{
color: #DD5950;
}
.AnyTagClassName
{
color: #DD5950;
}
</style>
background-color css
<style>
a { background-color: #DD5950; }
a { background-color: rgb(221,89,80); }
div.DivClassName
{
background-color: #DD5950;
}
.BgClassName
{
background-color: #DD5950;
}
</style>
border-color css
<style>
span { border-color: #DD5950; }
span { border-color: rgb(221,89,80); }
td.TdClassName
{
border-color: #DD5950;
}
.TagClassName
{
border-color: #DD5950;
}
</style>