Shades of Valencia #DD5852
Tints of Valencia #DD5852
RGB
CMYK
RGB Variations
Color information
#DD5852 (or 0xDD5852) is known color: Valencia. HEX triplet: DD, 58 and 52. RGB value is (221,88,82). Sum of RGB (Red+Green+Blue) = 221+88+82=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5852 is #22A7AD. Grayscale: #7F7F7F. Windows color (decimal): -2271150 or 5396701. OLE color: 5396701.
HSL color Cylindrical-coordinate representation of color #DD5852: hue angle of 2.59º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5852 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 82 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.13 |
| HSL | 2.59º | 0.67% | 0.59% | - |
| HSV(B) | 2.59º | 0.63% | 0.87% | - |
| XYZ | 34.83 | 22.96 | 10.58 | - |
| YUV | 127.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 82 | 0 | 0.60 | 0.63 | 0.13 | 2.59 | 0.67 | 0.59 |
| Hex | DD | 58 | 52 | 0 | 3C | 3F | D | 3 | 43 | 3B |
| Octal | 335 | 130 | 122 | 0 | 74 | 77 | 15 | 3 | 103 | 73 |
| Binary | 11011101 | 1011000 | 1010010 | 0 | 111100 | 111111 | 1101 | 11 | 1000011 | 111011 |
Color Harmonies of #DD5852
Complementary color
Monochromatic Colors of #DD5852
Black with #DD5852
Text Example
Text Example
White with #DD5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5852; }
p { color: rgb(221,88,82); }
H1.HeaderClassName
{
color: #DD5852;
}
.AnyTagClassName
{
color: #DD5852;
}
</style>
background-color css
<style>
a { background-color: #DD5852; }
a { background-color: rgb(221,88,82); }
div.DivClassName
{
background-color: #DD5852;
}
.BgClassName
{
background-color: #DD5852;
}
</style>
border-color css
<style>
span { border-color: #DD5852; }
span { border-color: rgb(221,88,82); }
td.TdClassName
{
border-color: #DD5852;
}
.TagClassName
{
border-color: #DD5852;
}
</style>