Shades of Valencia #DD5048
Tints of Valencia #DD5048
RGB
CMYK
RGB Variations
Color information
#DD5048 (or 0xDD5048) is known color: Valencia. HEX triplet: DD, 50 and 48. RGB value is (221,80,72). Sum of RGB (Red+Green+Blue) = 221+80+72=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5048 is #22AFB7. Grayscale: #797979. Windows color (decimal): -2273208 or 4739293. OLE color: 4739293.
HSL color Cylindrical-coordinate representation of color #DD5048: hue angle of 3.22º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD5048 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 72 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.13 |
| HSL | 3.22º | 0.69% | 0.57% | - |
| HSV(B) | 3.22º | 0.67% | 0.87% | - |
| XYZ | 33.86 | 21.58 | 8.51 | - |
| YUV | 121.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 72 | 0 | 0.64 | 0.67 | 0.13 | 3.22 | 0.69 | 0.57 |
| Hex | DD | 50 | 48 | 0 | 40 | 43 | D | 3 | 45 | 39 |
| Octal | 335 | 120 | 110 | 0 | 100 | 103 | 15 | 3 | 105 | 71 |
| Binary | 11011101 | 1010000 | 1001000 | 0 | 1000000 | 1000011 | 1101 | 11 | 1000101 | 111001 |
Color Harmonies of #DD5048
Complementary color
Monochromatic Colors of #DD5048
Black with #DD5048
Text Example
Text Example
White with #DD5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5048; }
p { color: rgb(221,80,72); }
H1.HeaderClassName
{
color: #DD5048;
}
.AnyTagClassName
{
color: #DD5048;
}
</style>
background-color css
<style>
a { background-color: #DD5048; }
a { background-color: rgb(221,80,72); }
div.DivClassName
{
background-color: #DD5048;
}
.BgClassName
{
background-color: #DD5048;
}
</style>
border-color css
<style>
span { border-color: #DD5048; }
span { border-color: rgb(221,80,72); }
td.TdClassName
{
border-color: #DD5048;
}
.TagClassName
{
border-color: #DD5048;
}
</style>