Shades of Ruby #DC1668
Tints of Ruby #DC1668
RGB
CMYK
RGB Variations
Color information
#DC1668 (or 0xDC1668) is known color: Ruby. HEX triplet: DC, 16 and 68. RGB value is (220,22,104). Sum of RGB (Red+Green+Blue) = 220+22+104=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1668 is #23E997. Grayscale: #5A5A5A. Windows color (decimal): -2353560 or 6821596. OLE color: 6821596.
HSL color Cylindrical-coordinate representation of color #DC1668: hue angle of 335.15º 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 #DC1668 is Cyan = 0, Magento = 0.9, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 104 | - |
| CMYK | 0 | 0.9 | 0.53 | 0.14 |
| HSL | 335.15º | 0.82% | 0.47% | - |
| HSV(B) | 335.15º | 0.9% | 0.86% | - |
| XYZ | 32.3 | 16.79 | 14.63 | - |
| YUV | 90.55 | 135.6 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 104 | 0 | 0.9 | 0.53 | 0.14 | 335.15 | 0.82 | 0.47 |
| Hex | DC | 16 | 68 | 0 | 5A | 35 | E | 14F | 52 | 2F |
| Octal | 334 | 26 | 150 | 0 | 132 | 65 | 16 | 517 | 122 | 57 |
| Binary | 11011100 | 10110 | 1101000 | 0 | 1011010 | 110101 | 1110 | 101001111 | 1010010 | 101111 |
Color Harmonies of #DC1668
Complementary color
Monochromatic Colors of #DC1668
Black with #DC1668
Text Example
Text Example
White with #DC1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1668; }
p { color: rgb(220,22,104); }
H1.HeaderClassName
{
color: #DC1668;
}
.AnyTagClassName
{
color: #DC1668;
}
</style>
background-color css
<style>
a { background-color: #DC1668; }
a { background-color: rgb(220,22,104); }
div.DivClassName
{
background-color: #DC1668;
}
.BgClassName
{
background-color: #DC1668;
}
</style>
border-color css
<style>
span { border-color: #DC1668; }
span { border-color: rgb(220,22,104); }
td.TdClassName
{
border-color: #DC1668;
}
.TagClassName
{
border-color: #DC1668;
}
</style>