Shades of Ruby #DC0675
Tints of Ruby #DC0675
RGB
CMYK
RGB Variations
Color information
#DC0675 (or 0xDC0675) is known color: Ruby. HEX triplet: DC, 06 and 75. RGB value is (220,6,117). Sum of RGB (Red+Green+Blue) = 220+6+117=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0675 is #23F98A. Grayscale: #525252. Windows color (decimal): -2357643 or 7669468. OLE color: 7669468.
HSL color Cylindrical-coordinate representation of color #DC0675: hue angle of 328.88º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0675 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.14 |
| HSL | 328.88º | 0.95% | 0.44% | - |
| HSV(B) | 328.88º | 0.97% | 0.86% | - |
| XYZ | 32.79 | 16.63 | 18.31 | - |
| YUV | 82.64 | 147.4 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 117 | 0 | 0.97 | 0.47 | 0.14 | 328.88 | 0.95 | 0.44 |
| Hex | DC | 6 | 75 | 0 | 61 | 2F | E | 149 | 5F | 2C |
| Octal | 334 | 6 | 165 | 0 | 141 | 57 | 16 | 511 | 137 | 54 |
| Binary | 11011100 | 110 | 1110101 | 0 | 1100001 | 101111 | 1110 | 101001001 | 1011111 | 101100 |
Color Harmonies of #DC0675
Complementary color
Monochromatic Colors of #DC0675
Black with #DC0675
Text Example
Text Example
White with #DC0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0675; }
p { color: rgb(220,6,117); }
H1.HeaderClassName
{
color: #DC0675;
}
.AnyTagClassName
{
color: #DC0675;
}
</style>
background-color css
<style>
a { background-color: #DC0675; }
a { background-color: rgb(220,6,117); }
div.DivClassName
{
background-color: #DC0675;
}
.BgClassName
{
background-color: #DC0675;
}
</style>
border-color css
<style>
span { border-color: #DC0675; }
span { border-color: rgb(220,6,117); }
td.TdClassName
{
border-color: #DC0675;
}
.TagClassName
{
border-color: #DC0675;
}
</style>