Shades of Ruby #D1126B
Tints of Ruby #D1126B
RGB
CMYK
RGB Variations
Color information
#D1126B (or 0xD1126B) is known color: Ruby. HEX triplet: D1, 12 and 6B. RGB value is (209,18,107). Sum of RGB (Red+Green+Blue) = 209+18+107=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1126B is #2EED94. Grayscale: #555555. Windows color (decimal): -3075477 or 7017169. OLE color: 7017169.
HSL color Cylindrical-coordinate representation of color #D1126B: hue angle of 332.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1126B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 107 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.18 |
| HSL | 332.04º | 0.84% | 0.45% | - |
| HSV(B) | 332.04º | 0.91% | 0.82% | - |
| XYZ | 29.16 | 15.05 | 15.28 | - |
| YUV | 85.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 107 | 0 | 0.91 | 0.49 | 0.18 | 332.04 | 0.84 | 0.45 |
| Hex | D1 | 12 | 6B | 0 | 5B | 31 | 12 | 14C | 54 | 2D |
| Octal | 321 | 22 | 153 | 0 | 133 | 61 | 22 | 514 | 124 | 55 |
| Binary | 11010001 | 10010 | 1101011 | 0 | 1011011 | 110001 | 10010 | 101001100 | 1010100 | 101101 |
Color Harmonies of #D1126B
Complementary color
Monochromatic Colors of #D1126B
Black with #D1126B
Text Example
Text Example
White with #D1126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1126B; }
p { color: rgb(209,18,107); }
H1.HeaderClassName
{
color: #D1126B;
}
.AnyTagClassName
{
color: #D1126B;
}
</style>
background-color css
<style>
a { background-color: #D1126B; }
a { background-color: rgb(209,18,107); }
div.DivClassName
{
background-color: #D1126B;
}
.BgClassName
{
background-color: #D1126B;
}
</style>
border-color css
<style>
span { border-color: #D1126B; }
span { border-color: rgb(209,18,107); }
td.TdClassName
{
border-color: #D1126B;
}
.TagClassName
{
border-color: #D1126B;
}
</style>