Shades of Ruby #DC1655
Tints of Ruby #DC1655
RGB
CMYK
RGB Variations
Color information
#DC1655 (or 0xDC1655) is known color: Ruby. HEX triplet: DC, 16 and 55. RGB value is (220,22,85). Sum of RGB (Red+Green+Blue) = 220+22+85=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1655 is #23E9AA. Grayscale: #585858. Windows color (decimal): -2353579 or 5576412. OLE color: 5576412.
HSL color Cylindrical-coordinate representation of color #DC1655: hue angle of 340.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1655 is Cyan = 0, Magento = 0.9, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 85 | - |
| CMYK | 0 | 0.9 | 0.61 | 0.14 |
| HSL | 340.91º | 0.82% | 0.47% | - |
| HSV(B) | 340.91º | 0.9% | 0.86% | - |
| XYZ | 31.44 | 16.45 | 10.11 | - |
| YUV | 88.38 | 126.1 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 85 | 0 | 0.9 | 0.61 | 0.14 | 340.91 | 0.82 | 0.47 |
| Hex | DC | 16 | 55 | 0 | 5A | 3D | E | 155 | 52 | 2F |
| Octal | 334 | 26 | 125 | 0 | 132 | 75 | 16 | 525 | 122 | 57 |
| Binary | 11011100 | 10110 | 1010101 | 0 | 1011010 | 111101 | 1110 | 101010101 | 1010010 | 101111 |
Color Harmonies of #DC1655
Complementary color
Monochromatic Colors of #DC1655
Black with #DC1655
Text Example
Text Example
White with #DC1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1655; }
p { color: rgb(220,22,85); }
H1.HeaderClassName
{
color: #DC1655;
}
.AnyTagClassName
{
color: #DC1655;
}
</style>
background-color css
<style>
a { background-color: #DC1655; }
a { background-color: rgb(220,22,85); }
div.DivClassName
{
background-color: #DC1655;
}
.BgClassName
{
background-color: #DC1655;
}
</style>
border-color css
<style>
span { border-color: #DC1655; }
span { border-color: rgb(220,22,85); }
td.TdClassName
{
border-color: #DC1655;
}
.TagClassName
{
border-color: #DC1655;
}
</style>