Shades of Valencia #DD504D
Tints of Valencia #DD504D
RGB
CMYK
RGB Variations
Color information
#DD504D (or 0xDD504D) is known color: Valencia. HEX triplet: DD, 50 and 4D. RGB value is (221,80,77). Sum of RGB (Red+Green+Blue) = 221+80+77=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD504D is #22AFB2. Grayscale: #797979. Windows color (decimal): -2273203 or 5066973. OLE color: 5066973.
HSL color Cylindrical-coordinate representation of color #DD504D: hue angle of 1.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD504D is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 77 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.13 |
| HSL | 1.25º | 0.68% | 0.58% | - |
| HSV(B) | 1.25º | 0.65% | 0.87% | - |
| XYZ | 34.03 | 21.65 | 9.41 | - |
| YUV | 121.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 77 | 0 | 0.64 | 0.65 | 0.13 | 1.25 | 0.68 | 0.58 |
| Hex | DD | 50 | 4D | 0 | 40 | 41 | D | 1 | 44 | 3A |
| Octal | 335 | 120 | 115 | 0 | 100 | 101 | 15 | 1 | 104 | 72 |
| Binary | 11011101 | 1010000 | 1001101 | 0 | 1000000 | 1000001 | 1101 | 1 | 1000100 | 111010 |
Color Harmonies of #DD504D
Complementary color
Monochromatic Colors of #DD504D
Black with #DD504D
Text Example
Text Example
White with #DD504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD504D; }
p { color: rgb(221,80,77); }
H1.HeaderClassName
{
color: #DD504D;
}
.AnyTagClassName
{
color: #DD504D;
}
</style>
background-color css
<style>
a { background-color: #DD504D; }
a { background-color: rgb(221,80,77); }
div.DivClassName
{
background-color: #DD504D;
}
.BgClassName
{
background-color: #DD504D;
}
</style>
border-color css
<style>
span { border-color: #DD504D; }
span { border-color: rgb(221,80,77); }
td.TdClassName
{
border-color: #DD504D;
}
.TagClassName
{
border-color: #DD504D;
}
</style>