Shades of Roman #DD5956
Tints of Roman #DD5956
RGB
CMYK
RGB Variations
Color information
#DD5956 (or 0xDD5956) is known color: Roman. HEX triplet: DD, 59 and 56. RGB value is (221,89,86). Sum of RGB (Red+Green+Blue) = 221+89+86=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5956 is #22A6A9. Grayscale: #808080. Windows color (decimal): -2270890 or 5659101. OLE color: 5659101.
HSL color Cylindrical-coordinate representation of color #DD5956: hue angle of 1.33º 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 #DD5956 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 86 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.13 |
| HSL | 1.33º | 0.67% | 0.6% | - |
| HSV(B) | 1.33º | 0.61% | 0.87% | - |
| XYZ | 35.07 | 23.19 | 11.43 | - |
| YUV | 128.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 86 | 0 | 0.60 | 0.61 | 0.13 | 1.33 | 0.67 | 0.6 |
| Hex | DD | 59 | 56 | 0 | 3C | 3D | D | 1 | 43 | 3C |
| Octal | 335 | 131 | 126 | 0 | 74 | 75 | 15 | 1 | 103 | 74 |
| Binary | 11011101 | 1011001 | 1010110 | 0 | 111100 | 111101 | 1101 | 1 | 1000011 | 111100 |
Color Harmonies of #DD5956
Complementary color
Monochromatic Colors of #DD5956
Black with #DD5956
Text Example
Text Example
White with #DD5956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5956; }
p { color: rgb(221,89,86); }
H1.HeaderClassName
{
color: #DD5956;
}
.AnyTagClassName
{
color: #DD5956;
}
</style>
background-color css
<style>
a { background-color: #DD5956; }
a { background-color: rgb(221,89,86); }
div.DivClassName
{
background-color: #DD5956;
}
.BgClassName
{
background-color: #DD5956;
}
</style>
border-color css
<style>
span { border-color: #DD5956; }
span { border-color: rgb(221,89,86); }
td.TdClassName
{
border-color: #DD5956;
}
.TagClassName
{
border-color: #DD5956;
}
</style>