Shades of Roman #DD5B55
Tints of Roman #DD5B55
RGB
CMYK
RGB Variations
Color information
#DD5B55 (or 0xDD5B55) is known color: Roman. HEX triplet: DD, 5B and 55. RGB value is (221,91,85). Sum of RGB (Red+Green+Blue) = 221+91+85=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B55 is #22A4AA. Grayscale: #818181. Windows color (decimal): -2270379 or 5594077. OLE color: 5594077.
HSL color Cylindrical-coordinate representation of color #DD5B55: hue angle of 2.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5B55 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 85 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.13 |
| HSL | 2.65º | 0.67% | 0.6% | - |
| HSV(B) | 2.65º | 0.62% | 0.87% | - |
| XYZ | 35.2 | 23.51 | 11.28 | - |
| YUV | 129.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 85 | 0 | 0.59 | 0.62 | 0.13 | 2.65 | 0.67 | 0.6 |
| Hex | DD | 5B | 55 | 0 | 3B | 3E | D | 3 | 43 | 3C |
| Octal | 335 | 133 | 125 | 0 | 73 | 76 | 15 | 3 | 103 | 74 |
| Binary | 11011101 | 1011011 | 1010101 | 0 | 111011 | 111110 | 1101 | 11 | 1000011 | 111100 |
Color Harmonies of #DD5B55
Complementary color
Monochromatic Colors of #DD5B55
Black with #DD5B55
Text Example
Text Example
White with #DD5B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B55; }
p { color: rgb(221,91,85); }
H1.HeaderClassName
{
color: #DD5B55;
}
.AnyTagClassName
{
color: #DD5B55;
}
</style>
background-color css
<style>
a { background-color: #DD5B55; }
a { background-color: rgb(221,91,85); }
div.DivClassName
{
background-color: #DD5B55;
}
.BgClassName
{
background-color: #DD5B55;
}
</style>
border-color css
<style>
span { border-color: #DD5B55; }
span { border-color: rgb(221,91,85); }
td.TdClassName
{
border-color: #DD5B55;
}
.TagClassName
{
border-color: #DD5B55;
}
</style>