Shades of Ruby #DC076A
Tints of Ruby #DC076A
RGB
CMYK
RGB Variations
Color information
#DC076A (or 0xDC076A) is known color: Ruby. HEX triplet: DC, 07 and 6A. RGB value is (220,7,106). Sum of RGB (Red+Green+Blue) = 220+7+106=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC076A is #23F895. Grayscale: #515151. Windows color (decimal): -2357398 or 6948828. OLE color: 6948828.
HSL color Cylindrical-coordinate representation of color #DC076A: hue angle of 332.11º 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 #DC076A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 106 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.14 |
| HSL | 332.11º | 0.94% | 0.45% | - |
| HSV(B) | 332.11º | 0.97% | 0.86% | - |
| XYZ | 32.19 | 16.41 | 15.11 | - |
| YUV | 81.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 106 | 0 | 0.97 | 0.52 | 0.14 | 332.11 | 0.94 | 0.45 |
| Hex | DC | 7 | 6A | 0 | 61 | 34 | E | 14C | 5E | 2D |
| Octal | 334 | 7 | 152 | 0 | 141 | 64 | 16 | 514 | 136 | 55 |
| Binary | 11011100 | 111 | 1101010 | 0 | 1100001 | 110100 | 1110 | 101001100 | 1011110 | 101101 |
Color Harmonies of #DC076A
Complementary color
Monochromatic Colors of #DC076A
Black with #DC076A
Text Example
Text Example
White with #DC076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC076A; }
p { color: rgb(220,7,106); }
H1.HeaderClassName
{
color: #DC076A;
}
.AnyTagClassName
{
color: #DC076A;
}
</style>
background-color css
<style>
a { background-color: #DC076A; }
a { background-color: rgb(220,7,106); }
div.DivClassName
{
background-color: #DC076A;
}
.BgClassName
{
background-color: #DC076A;
}
</style>
border-color css
<style>
span { border-color: #DC076A; }
span { border-color: rgb(220,7,106); }
td.TdClassName
{
border-color: #DC076A;
}
.TagClassName
{
border-color: #DC076A;
}
</style>