Shades of Valencia #DD514E
Tints of Valencia #DD514E
RGB
CMYK
RGB Variations
Color information
#DD514E (or 0xDD514E) is known color: Valencia. HEX triplet: DD, 51 and 4E. RGB value is (221,81,78). Sum of RGB (Red+Green+Blue) = 221+81+78=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD514E is #22AEB1. Grayscale: #7A7A7A. Windows color (decimal): -2272946 or 5132765. OLE color: 5132765.
HSL color Cylindrical-coordinate representation of color #DD514E: hue angle of 1.26º 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 #DD514E is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 78 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.13 |
| HSL | 1.26º | 0.68% | 0.59% | - |
| HSV(B) | 1.26º | 0.65% | 0.87% | - |
| XYZ | 34.14 | 21.81 | 9.62 | - |
| YUV | 122.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 78 | 0 | 0.63 | 0.65 | 0.13 | 1.26 | 0.68 | 0.59 |
| Hex | DD | 51 | 4E | 0 | 3F | 41 | D | 1 | 44 | 3B |
| Octal | 335 | 121 | 116 | 0 | 77 | 101 | 15 | 1 | 104 | 73 |
| Binary | 11011101 | 1010001 | 1001110 | 0 | 111111 | 1000001 | 1101 | 1 | 1000100 | 111011 |
Color Harmonies of #DD514E
Complementary color
Monochromatic Colors of #DD514E
Black with #DD514E
Text Example
Text Example
White with #DD514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD514E; }
p { color: rgb(221,81,78); }
H1.HeaderClassName
{
color: #DD514E;
}
.AnyTagClassName
{
color: #DD514E;
}
</style>
background-color css
<style>
a { background-color: #DD514E; }
a { background-color: rgb(221,81,78); }
div.DivClassName
{
background-color: #DD514E;
}
.BgClassName
{
background-color: #DD514E;
}
</style>
border-color css
<style>
span { border-color: #DD514E; }
span { border-color: rgb(221,81,78); }
td.TdClassName
{
border-color: #DD514E;
}
.TagClassName
{
border-color: #DD514E;
}
</style>