Shades of Ruby #DC126A
Tints of Ruby #DC126A
RGB
CMYK
RGB Variations
Color information
#DC126A (or 0xDC126A) is known color: Ruby. HEX triplet: DC, 12 and 6A. RGB value is (220,18,106). Sum of RGB (Red+Green+Blue) = 220+18+106=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC126A is #23ED95. Grayscale: #585858. Windows color (decimal): -2354582 or 6951644. OLE color: 6951644.
HSL color Cylindrical-coordinate representation of color #DC126A: hue angle of 333.86º 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 #DC126A is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 106 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.14 |
| HSL | 333.86º | 0.85% | 0.47% | - |
| HSV(B) | 333.86º | 0.92% | 0.86% | - |
| XYZ | 32.33 | 16.69 | 15.15 | - |
| YUV | 88.43 | 137.92 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 106 | 0 | 0.92 | 0.52 | 0.14 | 333.86 | 0.85 | 0.47 |
| Hex | DC | 12 | 6A | 0 | 5C | 34 | E | 14E | 55 | 2F |
| Octal | 334 | 22 | 152 | 0 | 134 | 64 | 16 | 516 | 125 | 57 |
| Binary | 11011100 | 10010 | 1101010 | 0 | 1011100 | 110100 | 1110 | 101001110 | 1010101 | 101111 |
Color Harmonies of #DC126A
Complementary color
Monochromatic Colors of #DC126A
Black with #DC126A
Text Example
Text Example
White with #DC126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC126A; }
p { color: rgb(220,18,106); }
H1.HeaderClassName
{
color: #DC126A;
}
.AnyTagClassName
{
color: #DC126A;
}
</style>
background-color css
<style>
a { background-color: #DC126A; }
a { background-color: rgb(220,18,106); }
div.DivClassName
{
background-color: #DC126A;
}
.BgClassName
{
background-color: #DC126A;
}
</style>
border-color css
<style>
span { border-color: #DC126A; }
span { border-color: rgb(220,18,106); }
td.TdClassName
{
border-color: #DC126A;
}
.TagClassName
{
border-color: #DC126A;
}
</style>