Shades of Ruby #DC0768
Tints of Ruby #DC0768
RGB
CMYK
RGB Variations
Color information
#DC0768 (or 0xDC0768) is known color: Ruby. HEX triplet: DC, 07 and 68. RGB value is (220,7,104). Sum of RGB (Red+Green+Blue) = 220+7+104=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0768 is #23F897. Grayscale: #515151. Windows color (decimal): -2357400 or 6817756. OLE color: 6817756.
HSL color Cylindrical-coordinate representation of color #DC0768: hue angle of 332.68º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0768 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.14 |
| HSL | 332.68º | 0.94% | 0.45% | - |
| HSV(B) | 332.68º | 0.97% | 0.86% | - |
| XYZ | 32.09 | 16.37 | 14.56 | - |
| YUV | 81.75 | 140.57 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 104 | 0 | 0.97 | 0.53 | 0.14 | 332.68 | 0.94 | 0.45 |
| Hex | DC | 7 | 68 | 0 | 61 | 35 | E | 14D | 5E | 2D |
| Octal | 334 | 7 | 150 | 0 | 141 | 65 | 16 | 515 | 136 | 55 |
| Binary | 11011100 | 111 | 1101000 | 0 | 1100001 | 110101 | 1110 | 101001101 | 1011110 | 101101 |
Color Harmonies of #DC0768
Complementary color
Monochromatic Colors of #DC0768
Black with #DC0768
Text Example
Text Example
White with #DC0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0768; }
p { color: rgb(220,7,104); }
H1.HeaderClassName
{
color: #DC0768;
}
.AnyTagClassName
{
color: #DC0768;
}
</style>
background-color css
<style>
a { background-color: #DC0768; }
a { background-color: rgb(220,7,104); }
div.DivClassName
{
background-color: #DC0768;
}
.BgClassName
{
background-color: #DC0768;
}
</style>
border-color css
<style>
span { border-color: #DC0768; }
span { border-color: rgb(220,7,104); }
td.TdClassName
{
border-color: #DC0768;
}
.TagClassName
{
border-color: #DC0768;
}
</style>