Shades of Ruby #D9126A
Tints of Ruby #D9126A
RGB
CMYK
RGB Variations
Color information
#D9126A (or 0xD9126A) is known color: Ruby. HEX triplet: D9, 12 and 6A. RGB value is (217,18,106). Sum of RGB (Red+Green+Blue) = 217+18+106=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D9126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9126A is #26ED95. Grayscale: #575757. Windows color (decimal): -2551190 or 6951641. OLE color: 6951641.
HSL color Cylindrical-coordinate representation of color #D9126A: hue angle of 333.47º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9126A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 106 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.15 |
| HSL | 333.47º | 0.85% | 0.46% | - |
| HSV(B) | 333.47º | 0.92% | 0.85% | - |
| XYZ | 31.43 | 16.22 | 15.11 | - |
| YUV | 87.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 106 | 0 | 0.92 | 0.51 | 0.15 | 333.47 | 0.85 | 0.46 |
| Hex | D9 | 12 | 6A | 0 | 5C | 33 | F | 14D | 55 | 2E |
| Octal | 331 | 22 | 152 | 0 | 134 | 63 | 17 | 515 | 125 | 56 |
| Binary | 11011001 | 10010 | 1101010 | 0 | 1011100 | 110011 | 1111 | 101001101 | 1010101 | 101110 |
Color Harmonies of #D9126A
Complementary color
Monochromatic Colors of #D9126A
Black with #D9126A
Text Example
Text Example
White with #D9126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9126A; }
p { color: rgb(217,18,106); }
H1.HeaderClassName
{
color: #D9126A;
}
.AnyTagClassName
{
color: #D9126A;
}
</style>
background-color css
<style>
a { background-color: #D9126A; }
a { background-color: rgb(217,18,106); }
div.DivClassName
{
background-color: #D9126A;
}
.BgClassName
{
background-color: #D9126A;
}
</style>
border-color css
<style>
span { border-color: #D9126A; }
span { border-color: rgb(217,18,106); }
td.TdClassName
{
border-color: #D9126A;
}
.TagClassName
{
border-color: #D9126A;
}
</style>