Shades of Roman #DD5E54
Tints of Roman #DD5E54
RGB
CMYK
RGB Variations
Color information
#DD5E54 (or 0xDD5E54) is known color: Roman. HEX triplet: DD, 5E and 54. RGB value is (221,94,84). Sum of RGB (Red+Green+Blue) = 221+94+84=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E54 is #22A1AB. Grayscale: #838383. Windows color (decimal): -2269612 or 5529309. OLE color: 5529309.
HSL color Cylindrical-coordinate representation of color #DD5E54: hue angle of 4.38º 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 #DD5E54 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 84 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.13 |
| HSL | 4.38º | 0.67% | 0.6% | - |
| HSV(B) | 4.38º | 0.62% | 0.87% | - |
| XYZ | 35.42 | 24.02 | 11.16 | - |
| YUV | 130.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 84 | 0 | 0.57 | 0.62 | 0.13 | 4.38 | 0.67 | 0.6 |
| Hex | DD | 5E | 54 | 0 | 39 | 3E | D | 4 | 43 | 3C |
| Octal | 335 | 136 | 124 | 0 | 71 | 76 | 15 | 4 | 103 | 74 |
| Binary | 11011101 | 1011110 | 1010100 | 0 | 111001 | 111110 | 1101 | 100 | 1000011 | 111100 |
Color Harmonies of #DD5E54
Complementary color
Monochromatic Colors of #DD5E54
Black with #DD5E54
Text Example
Text Example
White with #DD5E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E54; }
p { color: rgb(221,94,84); }
H1.HeaderClassName
{
color: #DD5E54;
}
.AnyTagClassName
{
color: #DD5E54;
}
</style>
background-color css
<style>
a { background-color: #DD5E54; }
a { background-color: rgb(221,94,84); }
div.DivClassName
{
background-color: #DD5E54;
}
.BgClassName
{
background-color: #DD5E54;
}
</style>
border-color css
<style>
span { border-color: #DD5E54; }
span { border-color: rgb(221,94,84); }
td.TdClassName
{
border-color: #DD5E54;
}
.TagClassName
{
border-color: #DD5E54;
}
</style>