Shades of Ruby #DC1654
Tints of Ruby #DC1654
RGB
CMYK
RGB Variations
Color information
#DC1654 (or 0xDC1654) is known color: Ruby. HEX triplet: DC, 16 and 54. RGB value is (220,22,84). Sum of RGB (Red+Green+Blue) = 220+22+84=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1654 is #23E9AB. Grayscale: #585858. Windows color (decimal): -2353580 or 5510876. OLE color: 5510876.
HSL color Cylindrical-coordinate representation of color #DC1654: hue angle of 341.21º 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 #DC1654 is Cyan = 0, Magento = 0.9, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 84 | - |
| CMYK | 0 | 0.9 | 0.62 | 0.14 |
| HSL | 341.21º | 0.82% | 0.47% | - |
| HSV(B) | 341.21º | 0.9% | 0.86% | - |
| XYZ | 31.4 | 16.43 | 9.9 | - |
| YUV | 88.27 | 125.6 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 84 | 0 | 0.9 | 0.62 | 0.14 | 341.21 | 0.82 | 0.47 |
| Hex | DC | 16 | 54 | 0 | 5A | 3E | E | 155 | 52 | 2F |
| Octal | 334 | 26 | 124 | 0 | 132 | 76 | 16 | 525 | 122 | 57 |
| Binary | 11011100 | 10110 | 1010100 | 0 | 1011010 | 111110 | 1110 | 101010101 | 1010010 | 101111 |
Color Harmonies of #DC1654
Complementary color
Monochromatic Colors of #DC1654
Black with #DC1654
Text Example
Text Example
White with #DC1654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1654; }
p { color: rgb(220,22,84); }
H1.HeaderClassName
{
color: #DC1654;
}
.AnyTagClassName
{
color: #DC1654;
}
</style>
background-color css
<style>
a { background-color: #DC1654; }
a { background-color: rgb(220,22,84); }
div.DivClassName
{
background-color: #DC1654;
}
.BgClassName
{
background-color: #DC1654;
}
</style>
border-color css
<style>
span { border-color: #DC1654; }
span { border-color: rgb(220,22,84); }
td.TdClassName
{
border-color: #DC1654;
}
.TagClassName
{
border-color: #DC1654;
}
</style>