Shades of Valencia #DD5049
Tints of Valencia #DD5049
RGB
CMYK
RGB Variations
Color information
#DD5049 (or 0xDD5049) is known color: Valencia. HEX triplet: DD, 50 and 49. RGB value is (221,80,73). Sum of RGB (Red+Green+Blue) = 221+80+73=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5049 is #22AFB6. Grayscale: #797979. Windows color (decimal): -2273207 or 4804829. OLE color: 4804829.
HSL color Cylindrical-coordinate representation of color #DD5049: hue angle of 2.84º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD5049 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 73 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.13 |
| HSL | 2.84º | 0.69% | 0.58% | - |
| HSV(B) | 2.84º | 0.67% | 0.87% | - |
| XYZ | 33.89 | 21.59 | 8.68 | - |
| YUV | 121.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 73 | 0 | 0.64 | 0.67 | 0.13 | 2.84 | 0.69 | 0.58 |
| Hex | DD | 50 | 49 | 0 | 40 | 43 | D | 3 | 45 | 3A |
| Octal | 335 | 120 | 111 | 0 | 100 | 103 | 15 | 3 | 105 | 72 |
| Binary | 11011101 | 1010000 | 1001001 | 0 | 1000000 | 1000011 | 1101 | 11 | 1000101 | 111010 |
Color Harmonies of #DD5049
Complementary color
Monochromatic Colors of #DD5049
Black with #DD5049
Text Example
Text Example
White with #DD5049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5049; }
p { color: rgb(221,80,73); }
H1.HeaderClassName
{
color: #DD5049;
}
.AnyTagClassName
{
color: #DD5049;
}
</style>
background-color css
<style>
a { background-color: #DD5049; }
a { background-color: rgb(221,80,73); }
div.DivClassName
{
background-color: #DD5049;
}
.BgClassName
{
background-color: #DD5049;
}
</style>
border-color css
<style>
span { border-color: #DD5049; }
span { border-color: rgb(221,80,73); }
td.TdClassName
{
border-color: #DD5049;
}
.TagClassName
{
border-color: #DD5049;
}
</style>