Shades of Roman #DC5D58
Tints of Roman #DC5D58
RGB
CMYK
RGB Variations
Color information
#DC5D58 (or 0xDC5D58) is known color: Roman. HEX triplet: DC, 5D and 58. RGB value is (220,93,88). Sum of RGB (Red+Green+Blue) = 220+93+88=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D58 is #23A2A7. Grayscale: #828282. Windows color (decimal): -2335400 or 5791196. OLE color: 5791196.
HSL color Cylindrical-coordinate representation of color #DC5D58: hue angle of 2.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5D58 is Cyan = 0, Magento = 0.58, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 88 | - |
| CMYK | 0 | 0.58 | 0.6 | 0.14 |
| HSL | 2.27º | 0.65% | 0.6% | - |
| HSV(B) | 2.27º | 0.6% | 0.86% | - |
| XYZ | 35.19 | 23.75 | 11.96 | - |
| YUV | 130.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 88 | 0 | 0.58 | 0.6 | 0.14 | 2.27 | 0.65 | 0.6 |
| Hex | DC | 5D | 58 | 0 | 3A | 3C | E | 2 | 41 | 3C |
| Octal | 334 | 135 | 130 | 0 | 72 | 74 | 16 | 2 | 101 | 74 |
| Binary | 11011100 | 1011101 | 1011000 | 0 | 111010 | 111100 | 1110 | 10 | 1000001 | 111100 |
Color Harmonies of #DC5D58
Complementary color
Monochromatic Colors of #DC5D58
Black with #DC5D58
Text Example
Text Example
White with #DC5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D58; }
p { color: rgb(220,93,88); }
H1.HeaderClassName
{
color: #DC5D58;
}
.AnyTagClassName
{
color: #DC5D58;
}
</style>
background-color css
<style>
a { background-color: #DC5D58; }
a { background-color: rgb(220,93,88); }
div.DivClassName
{
background-color: #DC5D58;
}
.BgClassName
{
background-color: #DC5D58;
}
</style>
border-color css
<style>
span { border-color: #DC5D58; }
span { border-color: rgb(220,93,88); }
td.TdClassName
{
border-color: #DC5D58;
}
.TagClassName
{
border-color: #DC5D58;
}
</style>