Shades of Valencia #DD5B52
Tints of Valencia #DD5B52
RGB
CMYK
RGB Variations
Color information
#DD5B52 (or 0xDD5B52) is known color: Valencia. HEX triplet: DD, 5B and 52. RGB value is (221,91,82). Sum of RGB (Red+Green+Blue) = 221+91+82=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B52 is #22A4AD. Grayscale: #818181. Windows color (decimal): -2270382 or 5397469. OLE color: 5397469.
HSL color Cylindrical-coordinate representation of color #DD5B52: hue angle of 3.88º 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 #DD5B52 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 82 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.13 |
| HSL | 3.88º | 0.67% | 0.59% | - |
| HSV(B) | 3.88º | 0.63% | 0.87% | - |
| XYZ | 35.08 | 23.46 | 10.66 | - |
| YUV | 128.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 82 | 0 | 0.59 | 0.63 | 0.13 | 3.88 | 0.67 | 0.59 |
| Hex | DD | 5B | 52 | 0 | 3B | 3F | D | 4 | 43 | 3B |
| Octal | 335 | 133 | 122 | 0 | 73 | 77 | 15 | 4 | 103 | 73 |
| Binary | 11011101 | 1011011 | 1010010 | 0 | 111011 | 111111 | 1101 | 100 | 1000011 | 111011 |
Color Harmonies of #DD5B52
Complementary color
Monochromatic Colors of #DD5B52
Black with #DD5B52
Text Example
Text Example
White with #DD5B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B52; }
p { color: rgb(221,91,82); }
H1.HeaderClassName
{
color: #DD5B52;
}
.AnyTagClassName
{
color: #DD5B52;
}
</style>
background-color css
<style>
a { background-color: #DD5B52; }
a { background-color: rgb(221,91,82); }
div.DivClassName
{
background-color: #DD5B52;
}
.BgClassName
{
background-color: #DD5B52;
}
</style>
border-color css
<style>
span { border-color: #DD5B52; }
span { border-color: rgb(221,91,82); }
td.TdClassName
{
border-color: #DD5B52;
}
.TagClassName
{
border-color: #DD5B52;
}
</style>