Shades of Valencia #DD5050
Tints of Valencia #DD5050
RGB
CMYK
RGB Variations
Color information
#DD5050 (or 0xDD5050) is known color: Valencia. HEX triplet: DD, 50 and 50. RGB value is (221,80,80). Sum of RGB (Red+Green+Blue) = 221+80+80=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5050 is #22AFAF. Grayscale: #7A7A7A. Windows color (decimal): -2273200 or 5263581. OLE color: 5263581.
HSL color Cylindrical-coordinate representation of color #DD5050: hue angle of 0º 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 #DD5050 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 80 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.13 |
| HSL | 0º | 0.67% | 0.59% | - |
| HSV(B) | 0º | 0.64% | 0.87% | - |
| XYZ | 34.14 | 21.69 | 9.98 | - |
| YUV | 122.16 | 104.21 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 80 | 0 | 0.64 | 0.64 | 0.13 | 0 | 0.67 | 0.59 |
| Hex | DD | 50 | 50 | 0 | 40 | 40 | D | 0 | 43 | 3B |
| Octal | 335 | 120 | 120 | 0 | 100 | 100 | 15 | 0 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1010000 | 0 | 1000000 | 1000000 | 1101 | 0 | 1000011 | 111011 |
Color Harmonies of #DD5050
Complementary color
Monochromatic Colors of #DD5050
Black with #DD5050
Text Example
Text Example
White with #DD5050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5050; }
p { color: rgb(221,80,80); }
H1.HeaderClassName
{
color: #DD5050;
}
.AnyTagClassName
{
color: #DD5050;
}
</style>
background-color css
<style>
a { background-color: #DD5050; }
a { background-color: rgb(221,80,80); }
div.DivClassName
{
background-color: #DD5050;
}
.BgClassName
{
background-color: #DD5050;
}
</style>
border-color css
<style>
span { border-color: #DD5050; }
span { border-color: rgb(221,80,80); }
td.TdClassName
{
border-color: #DD5050;
}
.TagClassName
{
border-color: #DD5050;
}
</style>