Shades of Valencia #DD5853
Tints of Valencia #DD5853
RGB
CMYK
RGB Variations
Color information
#DD5853 (or 0xDD5853) is known color: Valencia. HEX triplet: DD, 58 and 53. RGB value is (221,88,83). Sum of RGB (Red+Green+Blue) = 221+88+83=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5853 is #22A7AC. Grayscale: #7F7F7F. Windows color (decimal): -2271149 or 5462237. OLE color: 5462237.
HSL color Cylindrical-coordinate representation of color #DD5853: hue angle of 2.17º 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 #DD5853 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 83 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.13 |
| HSL | 2.17º | 0.67% | 0.6% | - |
| HSV(B) | 2.17º | 0.62% | 0.87% | - |
| XYZ | 34.87 | 22.98 | 10.78 | - |
| YUV | 127.2 | 103.06 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 83 | 0 | 0.60 | 0.62 | 0.13 | 2.17 | 0.67 | 0.6 |
| Hex | DD | 58 | 53 | 0 | 3C | 3E | D | 2 | 43 | 3C |
| Octal | 335 | 130 | 123 | 0 | 74 | 76 | 15 | 2 | 103 | 74 |
| Binary | 11011101 | 1011000 | 1010011 | 0 | 111100 | 111110 | 1101 | 10 | 1000011 | 111100 |
Color Harmonies of #DD5853
Complementary color
Monochromatic Colors of #DD5853
Black with #DD5853
Text Example
Text Example
White with #DD5853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5853; }
p { color: rgb(221,88,83); }
H1.HeaderClassName
{
color: #DD5853;
}
.AnyTagClassName
{
color: #DD5853;
}
</style>
background-color css
<style>
a { background-color: #DD5853; }
a { background-color: rgb(221,88,83); }
div.DivClassName
{
background-color: #DD5853;
}
.BgClassName
{
background-color: #DD5853;
}
</style>
border-color css
<style>
span { border-color: #DD5853; }
span { border-color: rgb(221,88,83); }
td.TdClassName
{
border-color: #DD5853;
}
.TagClassName
{
border-color: #DD5853;
}
</style>