Shades of Ruby #DC1768
Tints of Ruby #DC1768
RGB
CMYK
RGB Variations
Color information
#DC1768 (or 0xDC1768) is known color: Ruby. HEX triplet: DC, 17 and 68. RGB value is (220,23,104). Sum of RGB (Red+Green+Blue) = 220+23+104=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1768 is #23E897. Grayscale: #5B5B5B. Windows color (decimal): -2353304 or 6821852. OLE color: 6821852.
HSL color Cylindrical-coordinate representation of color #DC1768: hue angle of 335.33º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1768 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 104 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.14 |
| HSL | 335.33º | 0.81% | 0.48% | - |
| HSV(B) | 335.33º | 0.9% | 0.86% | - |
| XYZ | 32.32 | 16.83 | 14.64 | - |
| YUV | 91.14 | 135.27 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 104 | 0 | 0.90 | 0.53 | 0.14 | 335.33 | 0.81 | 0.48 |
| Hex | DC | 17 | 68 | 0 | 5A | 35 | E | 14F | 51 | 30 |
| Octal | 334 | 27 | 150 | 0 | 132 | 65 | 16 | 517 | 121 | 60 |
| Binary | 11011100 | 10111 | 1101000 | 0 | 1011010 | 110101 | 1110 | 101001111 | 1010001 | 110000 |
Color Harmonies of #DC1768
Complementary color
Monochromatic Colors of #DC1768
Black with #DC1768
Text Example
Text Example
White with #DC1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1768; }
p { color: rgb(220,23,104); }
H1.HeaderClassName
{
color: #DC1768;
}
.AnyTagClassName
{
color: #DC1768;
}
</style>
background-color css
<style>
a { background-color: #DC1768; }
a { background-color: rgb(220,23,104); }
div.DivClassName
{
background-color: #DC1768;
}
.BgClassName
{
background-color: #DC1768;
}
</style>
border-color css
<style>
span { border-color: #DC1768; }
span { border-color: rgb(220,23,104); }
td.TdClassName
{
border-color: #DC1768;
}
.TagClassName
{
border-color: #DC1768;
}
</style>