Shades of Valencia #DD5854
Tints of Valencia #DD5854
RGB
CMYK
RGB Variations
Color information
#DD5854 (or 0xDD5854) is known color: Valencia. HEX triplet: DD, 58 and 54. RGB value is (221,88,84). Sum of RGB (Red+Green+Blue) = 221+88+84=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5854 is #22A7AB. Grayscale: #7F7F7F. Windows color (decimal): -2271148 or 5527773. OLE color: 5527773.
HSL color Cylindrical-coordinate representation of color #DD5854: hue angle of 1.75º 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 #DD5854 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 84 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.13 |
| HSL | 1.75º | 0.67% | 0.6% | - |
| HSV(B) | 1.75º | 0.62% | 0.87% | - |
| XYZ | 34.91 | 22.99 | 10.99 | - |
| YUV | 127.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 84 | 0 | 0.60 | 0.62 | 0.13 | 1.75 | 0.67 | 0.6 |
| Hex | DD | 58 | 54 | 0 | 3C | 3E | D | 2 | 43 | 3C |
| Octal | 335 | 130 | 124 | 0 | 74 | 76 | 15 | 2 | 103 | 74 |
| Binary | 11011101 | 1011000 | 1010100 | 0 | 111100 | 111110 | 1101 | 10 | 1000011 | 111100 |
Color Harmonies of #DD5854
Complementary color
Monochromatic Colors of #DD5854
Black with #DD5854
Text Example
Text Example
White with #DD5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5854; }
p { color: rgb(221,88,84); }
H1.HeaderClassName
{
color: #DD5854;
}
.AnyTagClassName
{
color: #DD5854;
}
</style>
background-color css
<style>
a { background-color: #DD5854; }
a { background-color: rgb(221,88,84); }
div.DivClassName
{
background-color: #DD5854;
}
.BgClassName
{
background-color: #DD5854;
}
</style>
border-color css
<style>
span { border-color: #DD5854; }
span { border-color: rgb(221,88,84); }
td.TdClassName
{
border-color: #DD5854;
}
.TagClassName
{
border-color: #DD5854;
}
</style>