Shades of Valencia #DD5850
Tints of Valencia #DD5850
RGB
CMYK
RGB Variations
Color information
#DD5850 (or 0xDD5850) is known color: Valencia. HEX triplet: DD, 58 and 50. RGB value is (221,88,80). Sum of RGB (Red+Green+Blue) = 221+88+80=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5850 is #22A7AF. Grayscale: #7F7F7F. Windows color (decimal): -2271152 or 5265629. OLE color: 5265629.
HSL color Cylindrical-coordinate representation of color #DD5850: hue angle of 3.4º 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 #DD5850 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 80 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.13 |
| HSL | 3.4º | 0.67% | 0.59% | - |
| HSV(B) | 3.4º | 0.64% | 0.87% | - |
| XYZ | 34.76 | 22.93 | 10.18 | - |
| YUV | 126.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 80 | 0 | 0.60 | 0.64 | 0.13 | 3.4 | 0.67 | 0.59 |
| Hex | DD | 58 | 50 | 0 | 3C | 40 | D | 3 | 43 | 3B |
| Octal | 335 | 130 | 120 | 0 | 74 | 100 | 15 | 3 | 103 | 73 |
| Binary | 11011101 | 1011000 | 1010000 | 0 | 111100 | 1000000 | 1101 | 11 | 1000011 | 111011 |
Color Harmonies of #DD5850
Complementary color
Monochromatic Colors of #DD5850
Black with #DD5850
Text Example
Text Example
White with #DD5850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5850; }
p { color: rgb(221,88,80); }
H1.HeaderClassName
{
color: #DD5850;
}
.AnyTagClassName
{
color: #DD5850;
}
</style>
background-color css
<style>
a { background-color: #DD5850; }
a { background-color: rgb(221,88,80); }
div.DivClassName
{
background-color: #DD5850;
}
.BgClassName
{
background-color: #DD5850;
}
</style>
border-color css
<style>
span { border-color: #DD5850; }
span { border-color: rgb(221,88,80); }
td.TdClassName
{
border-color: #DD5850;
}
.TagClassName
{
border-color: #DD5850;
}
</style>