Shades of Valencia #DD5A52
Tints of Valencia #DD5A52
RGB
CMYK
RGB Variations
Color information
#DD5A52 (or 0xDD5A52) is known color: Valencia. HEX triplet: DD, 5A and 52. RGB value is (221,90,82). Sum of RGB (Red+Green+Blue) = 221+90+82=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A52 is #22A5AD. Grayscale: #808080. Windows color (decimal): -2270638 or 5397213. OLE color: 5397213.
HSL color Cylindrical-coordinate representation of color #DD5A52: hue angle of 3.45º 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 #DD5A52 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 82 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.13 |
| HSL | 3.45º | 0.67% | 0.59% | - |
| HSV(B) | 3.45º | 0.63% | 0.87% | - |
| XYZ | 35 | 23.29 | 10.63 | - |
| YUV | 128.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 82 | 0 | 0.59 | 0.63 | 0.13 | 3.45 | 0.67 | 0.59 |
| Hex | DD | 5A | 52 | 0 | 3B | 3F | D | 3 | 43 | 3B |
| Octal | 335 | 132 | 122 | 0 | 73 | 77 | 15 | 3 | 103 | 73 |
| Binary | 11011101 | 1011010 | 1010010 | 0 | 111011 | 111111 | 1101 | 11 | 1000011 | 111011 |
Color Harmonies of #DD5A52
Complementary color
Monochromatic Colors of #DD5A52
Black with #DD5A52
Text Example
Text Example
White with #DD5A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A52; }
p { color: rgb(221,90,82); }
H1.HeaderClassName
{
color: #DD5A52;
}
.AnyTagClassName
{
color: #DD5A52;
}
</style>
background-color css
<style>
a { background-color: #DD5A52; }
a { background-color: rgb(221,90,82); }
div.DivClassName
{
background-color: #DD5A52;
}
.BgClassName
{
background-color: #DD5A52;
}
</style>
border-color css
<style>
span { border-color: #DD5A52; }
span { border-color: rgb(221,90,82); }
td.TdClassName
{
border-color: #DD5A52;
}
.TagClassName
{
border-color: #DD5A52;
}
</style>