Shades of Roman #DD5A56
Tints of Roman #DD5A56
RGB
CMYK
RGB Variations
Color information
#DD5A56 (or 0xDD5A56) is known color: Roman. HEX triplet: DD, 5A and 56. RGB value is (221,90,86). Sum of RGB (Red+Green+Blue) = 221+90+86=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A56 is #22A5A9. Grayscale: #808080. Windows color (decimal): -2270634 or 5659357. OLE color: 5659357.
HSL color Cylindrical-coordinate representation of color #DD5A56: hue angle of 1.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5A56 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 86 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.13 |
| HSL | 1.78º | 0.67% | 0.6% | - |
| HSV(B) | 1.78º | 0.61% | 0.87% | - |
| XYZ | 35.15 | 23.36 | 11.46 | - |
| YUV | 128.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 86 | 0 | 0.59 | 0.61 | 0.13 | 1.78 | 0.67 | 0.6 |
| Hex | DD | 5A | 56 | 0 | 3B | 3D | D | 2 | 43 | 3C |
| Octal | 335 | 132 | 126 | 0 | 73 | 75 | 15 | 2 | 103 | 74 |
| Binary | 11011101 | 1011010 | 1010110 | 0 | 111011 | 111101 | 1101 | 10 | 1000011 | 111100 |
Color Harmonies of #DD5A56
Complementary color
Monochromatic Colors of #DD5A56
Black with #DD5A56
Text Example
Text Example
White with #DD5A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A56; }
p { color: rgb(221,90,86); }
H1.HeaderClassName
{
color: #DD5A56;
}
.AnyTagClassName
{
color: #DD5A56;
}
</style>
background-color css
<style>
a { background-color: #DD5A56; }
a { background-color: rgb(221,90,86); }
div.DivClassName
{
background-color: #DD5A56;
}
.BgClassName
{
background-color: #DD5A56;
}
</style>
border-color css
<style>
span { border-color: #DD5A56; }
span { border-color: rgb(221,90,86); }
td.TdClassName
{
border-color: #DD5A56;
}
.TagClassName
{
border-color: #DD5A56;
}
</style>