Shades of Roman #DD5B59
Tints of Roman #DD5B59
RGB
CMYK
RGB Variations
Color information
#DD5B59 (or 0xDD5B59) is known color: Roman. HEX triplet: DD, 5B and 59. RGB value is (221,91,89). Sum of RGB (Red+Green+Blue) = 221+91+89=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B59 is #22A4A6. Grayscale: #818181. Windows color (decimal): -2270375 or 5856221. OLE color: 5856221.
HSL color Cylindrical-coordinate representation of color #DD5B59: hue angle of 0.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5B59 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 89 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.13 |
| HSL | 0.91º | 0.66% | 0.61% | - |
| HSV(B) | 0.91º | 0.6% | 0.87% | - |
| XYZ | 35.36 | 23.58 | 12.14 | - |
| YUV | 129.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 89 | 0 | 0.59 | 0.60 | 0.13 | 0.91 | 0.66 | 0.61 |
| Hex | DD | 5B | 59 | 0 | 3B | 3C | D | 1 | 42 | 3D |
| Octal | 335 | 133 | 131 | 0 | 73 | 74 | 15 | 1 | 102 | 75 |
| Binary | 11011101 | 1011011 | 1011001 | 0 | 111011 | 111100 | 1101 | 1 | 1000010 | 111101 |
Color Harmonies of #DD5B59
Complementary color
Monochromatic Colors of #DD5B59
Black with #DD5B59
Text Example
Text Example
White with #DD5B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B59; }
p { color: rgb(221,91,89); }
H1.HeaderClassName
{
color: #DD5B59;
}
.AnyTagClassName
{
color: #DD5B59;
}
</style>
background-color css
<style>
a { background-color: #DD5B59; }
a { background-color: rgb(221,91,89); }
div.DivClassName
{
background-color: #DD5B59;
}
.BgClassName
{
background-color: #DD5B59;
}
</style>
border-color css
<style>
span { border-color: #DD5B59; }
span { border-color: rgb(221,91,89); }
td.TdClassName
{
border-color: #DD5B59;
}
.TagClassName
{
border-color: #DD5B59;
}
</style>