Shades of Valencia #DD5654
Tints of Valencia #DD5654
RGB
CMYK
RGB Variations
Color information
#DD5654 (or 0xDD5654) is known color: Valencia. HEX triplet: DD, 56 and 54. RGB value is (221,86,84). Sum of RGB (Red+Green+Blue) = 221+86+84=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5654 is #22A9AB. Grayscale: #7E7E7E. Windows color (decimal): -2271660 or 5527261. OLE color: 5527261.
HSL color Cylindrical-coordinate representation of color #DD5654: 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 #DD5654 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 84 | - |
| 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.75 | 22.67 | 10.93 | - |
| YUV | 126.14 | 104.23 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 84 | 0 | 0.61 | 0.62 | 0.13 | 0.88 | 0.67 | 0.6 |
| Hex | DD | 56 | 54 | 0 | 3D | 3E | D | 1 | 43 | 3C |
| Octal | 335 | 126 | 124 | 0 | 75 | 76 | 15 | 1 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1010100 | 0 | 111101 | 111110 | 1101 | 1 | 1000011 | 111100 |
Color Harmonies of #DD5654
Complementary color
Monochromatic Colors of #DD5654
Black with #DD5654
Text Example
Text Example
White with #DD5654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5654; }
p { color: rgb(221,86,84); }
H1.HeaderClassName
{
color: #DD5654;
}
.AnyTagClassName
{
color: #DD5654;
}
</style>
background-color css
<style>
a { background-color: #DD5654; }
a { background-color: rgb(221,86,84); }
div.DivClassName
{
background-color: #DD5654;
}
.BgClassName
{
background-color: #DD5654;
}
</style>
border-color css
<style>
span { border-color: #DD5654; }
span { border-color: rgb(221,86,84); }
td.TdClassName
{
border-color: #DD5654;
}
.TagClassName
{
border-color: #DD5654;
}
</style>