Shades of Ruby #DC126D
Tints of Ruby #DC126D
RGB
CMYK
RGB Variations
Color information
#DC126D (or 0xDC126D) is known color: Ruby. HEX triplet: DC, 12 and 6D. RGB value is (220,18,109). Sum of RGB (Red+Green+Blue) = 220+18+109=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC126D is #23ED92. Grayscale: #585858. Windows color (decimal): -2354579 or 7148252. OLE color: 7148252.
HSL color Cylindrical-coordinate representation of color #DC126D: hue angle of 332.97º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC126D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 109 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.14 |
| HSL | 332.97º | 0.85% | 0.47% | - |
| HSV(B) | 332.97º | 0.92% | 0.86% | - |
| XYZ | 32.49 | 16.75 | 15.99 | - |
| YUV | 88.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 109 | 0 | 0.92 | 0.50 | 0.14 | 332.97 | 0.85 | 0.47 |
| Hex | DC | 12 | 6D | 0 | 5C | 32 | E | 14D | 55 | 2F |
| Octal | 334 | 22 | 155 | 0 | 134 | 62 | 16 | 515 | 125 | 57 |
| Binary | 11011100 | 10010 | 1101101 | 0 | 1011100 | 110010 | 1110 | 101001101 | 1010101 | 101111 |
Color Harmonies of #DC126D
Complementary color
Monochromatic Colors of #DC126D
Black with #DC126D
Text Example
Text Example
White with #DC126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC126D; }
p { color: rgb(220,18,109); }
H1.HeaderClassName
{
color: #DC126D;
}
.AnyTagClassName
{
color: #DC126D;
}
</style>
background-color css
<style>
a { background-color: #DC126D; }
a { background-color: rgb(220,18,109); }
div.DivClassName
{
background-color: #DC126D;
}
.BgClassName
{
background-color: #DC126D;
}
</style>
border-color css
<style>
span { border-color: #DC126D; }
span { border-color: rgb(220,18,109); }
td.TdClassName
{
border-color: #DC126D;
}
.TagClassName
{
border-color: #DC126D;
}
</style>