Shades of Valencia #DD554E
Tints of Valencia #DD554E
RGB
CMYK
RGB Variations
Color information
#DD554E (or 0xDD554E) is known color: Valencia. HEX triplet: DD, 55 and 4E. RGB value is (221,85,78). Sum of RGB (Red+Green+Blue) = 221+85+78=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD554E is #22AAB1. Grayscale: #7D7D7D. Windows color (decimal): -2271922 or 5133789. OLE color: 5133789.
HSL color Cylindrical-coordinate representation of color #DD554E: hue angle of 2.94º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD554E is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 78 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.13 |
| HSL | 2.94º | 0.68% | 0.59% | - |
| HSV(B) | 2.94º | 0.65% | 0.87% | - |
| XYZ | 34.44 | 22.42 | 9.72 | - |
| YUV | 124.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 78 | 0 | 0.62 | 0.65 | 0.13 | 2.94 | 0.68 | 0.59 |
| Hex | DD | 55 | 4E | 0 | 3E | 41 | D | 3 | 44 | 3B |
| Octal | 335 | 125 | 116 | 0 | 76 | 101 | 15 | 3 | 104 | 73 |
| Binary | 11011101 | 1010101 | 1001110 | 0 | 111110 | 1000001 | 1101 | 11 | 1000100 | 111011 |
Color Harmonies of #DD554E
Complementary color
Monochromatic Colors of #DD554E
Black with #DD554E
Text Example
Text Example
White with #DD554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD554E; }
p { color: rgb(221,85,78); }
H1.HeaderClassName
{
color: #DD554E;
}
.AnyTagClassName
{
color: #DD554E;
}
</style>
background-color css
<style>
a { background-color: #DD554E; }
a { background-color: rgb(221,85,78); }
div.DivClassName
{
background-color: #DD554E;
}
.BgClassName
{
background-color: #DD554E;
}
</style>
border-color css
<style>
span { border-color: #DD554E; }
span { border-color: rgb(221,85,78); }
td.TdClassName
{
border-color: #DD554E;
}
.TagClassName
{
border-color: #DD554E;
}
</style>