Shades of Valencia #DD5955
Tints of Valencia #DD5955
RGB
CMYK
RGB Variations
Color information
#DD5955 (or 0xDD5955) is known color: Valencia. HEX triplet: DD, 59 and 55. RGB value is (221,89,85). Sum of RGB (Red+Green+Blue) = 221+89+85=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5955 is #22A6AA. Grayscale: #808080. Windows color (decimal): -2270891 or 5593565. OLE color: 5593565.
HSL color Cylindrical-coordinate representation of color #DD5955: hue angle of 1.76º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5955 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 85 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.13 |
| HSL | 1.76º | 0.67% | 0.6% | - |
| HSV(B) | 1.76º | 0.62% | 0.87% | - |
| XYZ | 35.03 | 23.17 | 11.22 | - |
| YUV | 128.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 85 | 0 | 0.60 | 0.62 | 0.13 | 1.76 | 0.67 | 0.6 |
| Hex | DD | 59 | 55 | 0 | 3C | 3E | D | 2 | 43 | 3C |
| Octal | 335 | 131 | 125 | 0 | 74 | 76 | 15 | 2 | 103 | 74 |
| Binary | 11011101 | 1011001 | 1010101 | 0 | 111100 | 111110 | 1101 | 10 | 1000011 | 111100 |
Color Harmonies of #DD5955
Complementary color
Monochromatic Colors of #DD5955
Black with #DD5955
Text Example
Text Example
White with #DD5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5955; }
p { color: rgb(221,89,85); }
H1.HeaderClassName
{
color: #DD5955;
}
.AnyTagClassName
{
color: #DD5955;
}
</style>
background-color css
<style>
a { background-color: #DD5955; }
a { background-color: rgb(221,89,85); }
div.DivClassName
{
background-color: #DD5955;
}
.BgClassName
{
background-color: #DD5955;
}
</style>
border-color css
<style>
span { border-color: #DD5955; }
span { border-color: rgb(221,89,85); }
td.TdClassName
{
border-color: #DD5955;
}
.TagClassName
{
border-color: #DD5955;
}
</style>