Shades of Roman #DC6558
Tints of Roman #DC6558
RGB
CMYK
RGB Variations
Color information
#DC6558 (or 0xDC6558) is known color: Roman. HEX triplet: DC, 65 and 58. RGB value is (220,101,88). Sum of RGB (Red+Green+Blue) = 220+101+88=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6558 is #239AA7. Grayscale: #878787. Windows color (decimal): -2333352 or 5793244. OLE color: 5793244.
HSL color Cylindrical-coordinate representation of color #DC6558: hue angle of 5.91º 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 #DC6558 is Cyan = 0, Magento = 0.54, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 88 | - |
| CMYK | 0 | 0.54 | 0.6 | 0.14 |
| HSL | 5.91º | 0.65% | 0.6% | - |
| HSV(B) | 5.91º | 0.6% | 0.86% | - |
| XYZ | 35.93 | 25.23 | 12.21 | - |
| YUV | 135.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 88 | 0 | 0.54 | 0.6 | 0.14 | 5.91 | 0.65 | 0.6 |
| Hex | DC | 65 | 58 | 0 | 36 | 3C | E | 6 | 41 | 3C |
| Octal | 334 | 145 | 130 | 0 | 66 | 74 | 16 | 6 | 101 | 74 |
| Binary | 11011100 | 1100101 | 1011000 | 0 | 110110 | 111100 | 1110 | 110 | 1000001 | 111100 |
Color Harmonies of #DC6558
Complementary color
Monochromatic Colors of #DC6558
Black with #DC6558
Text Example
Text Example
White with #DC6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6558; }
p { color: rgb(220,101,88); }
H1.HeaderClassName
{
color: #DC6558;
}
.AnyTagClassName
{
color: #DC6558;
}
</style>
background-color css
<style>
a { background-color: #DC6558; }
a { background-color: rgb(220,101,88); }
div.DivClassName
{
background-color: #DC6558;
}
.BgClassName
{
background-color: #DC6558;
}
</style>
border-color css
<style>
span { border-color: #DC6558; }
span { border-color: rgb(220,101,88); }
td.TdClassName
{
border-color: #DC6558;
}
.TagClassName
{
border-color: #DC6558;
}
</style>