Shades of Ruby #DC1868
Tints of Ruby #DC1868
RGB
CMYK
RGB Variations
Color information
#DC1868 (or 0xDC1868) is known color: Ruby. HEX triplet: DC, 18 and 68. RGB value is (220,24,104). Sum of RGB (Red+Green+Blue) = 220+24+104=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1868 is #23E797. Grayscale: #5B5B5B. Windows color (decimal): -2353048 or 6822108. OLE color: 6822108.
HSL color Cylindrical-coordinate representation of color #DC1868: hue angle of 335.51º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1868 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 104 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.14 |
| HSL | 335.51º | 0.8% | 0.48% | - |
| HSV(B) | 335.51º | 0.89% | 0.86% | - |
| XYZ | 32.34 | 16.87 | 14.65 | - |
| YUV | 91.72 | 134.93 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 104 | 0 | 0.89 | 0.53 | 0.14 | 335.51 | 0.8 | 0.48 |
| Hex | DC | 18 | 68 | 0 | 59 | 35 | E | 150 | 50 | 30 |
| Octal | 334 | 30 | 150 | 0 | 131 | 65 | 16 | 520 | 120 | 60 |
| Binary | 11011100 | 11000 | 1101000 | 0 | 1011001 | 110101 | 1110 | 101010000 | 1010000 | 110000 |
Color Harmonies of #DC1868
Complementary color
Monochromatic Colors of #DC1868
Black with #DC1868
Text Example
Text Example
White with #DC1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1868; }
p { color: rgb(220,24,104); }
H1.HeaderClassName
{
color: #DC1868;
}
.AnyTagClassName
{
color: #DC1868;
}
</style>
background-color css
<style>
a { background-color: #DC1868; }
a { background-color: rgb(220,24,104); }
div.DivClassName
{
background-color: #DC1868;
}
.BgClassName
{
background-color: #DC1868;
}
</style>
border-color css
<style>
span { border-color: #DC1868; }
span { border-color: rgb(220,24,104); }
td.TdClassName
{
border-color: #DC1868;
}
.TagClassName
{
border-color: #DC1868;
}
</style>