Shades of Roman #DD5D54
Tints of Roman #DD5D54
RGB
CMYK
RGB Variations
Color information
#DD5D54 (or 0xDD5D54) is known color: Roman. HEX triplet: DD, 5D and 54. RGB value is (221,93,84). Sum of RGB (Red+Green+Blue) = 221+93+84=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D54 is #22A2AB. Grayscale: #828282. Windows color (decimal): -2269868 or 5529053. OLE color: 5529053.
HSL color Cylindrical-coordinate representation of color #DD5D54: hue angle of 3.94º 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 #DD5D54 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 84 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.13 |
| HSL | 3.94º | 0.67% | 0.6% | - |
| HSV(B) | 3.94º | 0.62% | 0.87% | - |
| XYZ | 35.33 | 23.84 | 11.13 | - |
| YUV | 130.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 84 | 0 | 0.58 | 0.62 | 0.13 | 3.94 | 0.67 | 0.6 |
| Hex | DD | 5D | 54 | 0 | 3A | 3E | D | 4 | 43 | 3C |
| Octal | 335 | 135 | 124 | 0 | 72 | 76 | 15 | 4 | 103 | 74 |
| Binary | 11011101 | 1011101 | 1010100 | 0 | 111010 | 111110 | 1101 | 100 | 1000011 | 111100 |
Color Harmonies of #DD5D54
Complementary color
Monochromatic Colors of #DD5D54
Black with #DD5D54
Text Example
Text Example
White with #DD5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D54; }
p { color: rgb(221,93,84); }
H1.HeaderClassName
{
color: #DD5D54;
}
.AnyTagClassName
{
color: #DD5D54;
}
</style>
background-color css
<style>
a { background-color: #DD5D54; }
a { background-color: rgb(221,93,84); }
div.DivClassName
{
background-color: #DD5D54;
}
.BgClassName
{
background-color: #DD5D54;
}
</style>
border-color css
<style>
span { border-color: #DD5D54; }
span { border-color: rgb(221,93,84); }
td.TdClassName
{
border-color: #DD5D54;
}
.TagClassName
{
border-color: #DD5D54;
}
</style>