Shades of Valencia #DD5144
Tints of Valencia #DD5144
RGB
CMYK
RGB Variations
Color information
#DD5144 (or 0xDD5144) is known color: Valencia. HEX triplet: DD, 51 and 44. RGB value is (221,81,68). Sum of RGB (Red+Green+Blue) = 221+81+68=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5144 is #22AEBB. Grayscale: #797979. Windows color (decimal): -2272956 or 4477405. OLE color: 4477405.
HSL color Cylindrical-coordinate representation of color #DD5144: hue angle of 5.1º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD5144 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 68 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.13 |
| HSL | 5.1º | 0.69% | 0.57% | - |
| HSV(B) | 5.1º | 0.69% | 0.87% | - |
| XYZ | 33.8 | 21.67 | 7.87 | - |
| YUV | 121.38 | 97.88 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 68 | 0 | 0.63 | 0.69 | 0.13 | 5.1 | 0.69 | 0.57 |
| Hex | DD | 51 | 44 | 0 | 3F | 45 | D | 5 | 45 | 39 |
| Octal | 335 | 121 | 104 | 0 | 77 | 105 | 15 | 5 | 105 | 71 |
| Binary | 11011101 | 1010001 | 1000100 | 0 | 111111 | 1000101 | 1101 | 101 | 1000101 | 111001 |
Color Harmonies of #DD5144
Complementary color
Monochromatic Colors of #DD5144
Black with #DD5144
Text Example
Text Example
White with #DD5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5144; }
p { color: rgb(221,81,68); }
H1.HeaderClassName
{
color: #DD5144;
}
.AnyTagClassName
{
color: #DD5144;
}
</style>
background-color css
<style>
a { background-color: #DD5144; }
a { background-color: rgb(221,81,68); }
div.DivClassName
{
background-color: #DD5144;
}
.BgClassName
{
background-color: #DD5144;
}
</style>
border-color css
<style>
span { border-color: #DD5144; }
span { border-color: rgb(221,81,68); }
td.TdClassName
{
border-color: #DD5144;
}
.TagClassName
{
border-color: #DD5144;
}
</style>