Shades of Valencia #DD5755
Tints of Valencia #DD5755
RGB
CMYK
RGB Variations
Color information
#DD5755 (or 0xDD5755) is known color: Valencia. HEX triplet: DD, 57 and 55. RGB value is (221,87,85). Sum of RGB (Red+Green+Blue) = 221+87+85=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5755 is #22A8AA. Grayscale: #7E7E7E. Windows color (decimal): -2271403 or 5593053. OLE color: 5593053.
HSL color Cylindrical-coordinate representation of color #DD5755: hue angle of 0.88º 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 #DD5755 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 85 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.13 |
| HSL | 0.88º | 0.67% | 0.6% | - |
| HSV(B) | 0.88º | 0.62% | 0.87% | - |
| XYZ | 34.87 | 22.84 | 11.17 | - |
| YUV | 126.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 85 | 0 | 0.61 | 0.62 | 0.13 | 0.88 | 0.67 | 0.6 |
| Hex | DD | 57 | 55 | 0 | 3D | 3E | D | 1 | 43 | 3C |
| Octal | 335 | 127 | 125 | 0 | 75 | 76 | 15 | 1 | 103 | 74 |
| Binary | 11011101 | 1010111 | 1010101 | 0 | 111101 | 111110 | 1101 | 1 | 1000011 | 111100 |
Color Harmonies of #DD5755
Complementary color
Monochromatic Colors of #DD5755
Black with #DD5755
Text Example
Text Example
White with #DD5755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5755; }
p { color: rgb(221,87,85); }
H1.HeaderClassName
{
color: #DD5755;
}
.AnyTagClassName
{
color: #DD5755;
}
</style>
background-color css
<style>
a { background-color: #DD5755; }
a { background-color: rgb(221,87,85); }
div.DivClassName
{
background-color: #DD5755;
}
.BgClassName
{
background-color: #DD5755;
}
</style>
border-color css
<style>
span { border-color: #DD5755; }
span { border-color: rgb(221,87,85); }
td.TdClassName
{
border-color: #DD5755;
}
.TagClassName
{
border-color: #DD5755;
}
</style>