Shades of Valencia #DD5352
Tints of Valencia #DD5352
RGB
CMYK
RGB Variations
Color information
#DD5352 (or 0xDD5352) is known color: Valencia. HEX triplet: DD, 53 and 52. RGB value is (221,83,82). Sum of RGB (Red+Green+Blue) = 221+83+82=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5352 is #22ACAD. Grayscale: #7C7C7C. Windows color (decimal): -2272430 or 5395421. OLE color: 5395421.
HSL color Cylindrical-coordinate representation of color #DD5352: hue angle of 0.43º 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 #DD5352 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 82 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.13 |
| HSL | 0.43º | 0.67% | 0.59% | - |
| HSV(B) | 0.43º | 0.63% | 0.87% | - |
| XYZ | 34.44 | 22.17 | 10.45 | - |
| YUV | 124.15 | 104.22 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 82 | 0 | 0.62 | 0.63 | 0.13 | 0.43 | 0.67 | 0.59 |
| Hex | DD | 53 | 52 | 0 | 3E | 3F | D | 0 | 43 | 3B |
| Octal | 335 | 123 | 122 | 0 | 76 | 77 | 15 | 0 | 103 | 73 |
| Binary | 11011101 | 1010011 | 1010010 | 0 | 111110 | 111111 | 1101 | 0 | 1000011 | 111011 |
Color Harmonies of #DD5352
Complementary color
Monochromatic Colors of #DD5352
Black with #DD5352
Text Example
Text Example
White with #DD5352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5352; }
p { color: rgb(221,83,82); }
H1.HeaderClassName
{
color: #DD5352;
}
.AnyTagClassName
{
color: #DD5352;
}
</style>
background-color css
<style>
a { background-color: #DD5352; }
a { background-color: rgb(221,83,82); }
div.DivClassName
{
background-color: #DD5352;
}
.BgClassName
{
background-color: #DD5352;
}
</style>
border-color css
<style>
span { border-color: #DD5352; }
span { border-color: rgb(221,83,82); }
td.TdClassName
{
border-color: #DD5352;
}
.TagClassName
{
border-color: #DD5352;
}
</style>