Shades of Ruby #D1136D
Tints of Ruby #D1136D
RGB
CMYK
RGB Variations
Color information
#D1136D (or 0xD1136D) is known color: Ruby. HEX triplet: D1, 13 and 6D. RGB value is (209,19,109). Sum of RGB (Red+Green+Blue) = 209+19+109=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1136D is #2EEC92. Grayscale: #555555. Windows color (decimal): -3075219 or 7148497. OLE color: 7148497.
HSL color Cylindrical-coordinate representation of color #D1136D: hue angle of 331.58º degrees, saturation: 0.83, 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 #D1136D is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.18 |
| HSL | 331.58º | 0.83% | 0.45% | - |
| HSV(B) | 331.58º | 0.91% | 0.82% | - |
| XYZ | 29.29 | 15.13 | 15.84 | - |
| YUV | 86.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 109 | 0 | 0.91 | 0.48 | 0.18 | 331.58 | 0.83 | 0.45 |
| Hex | D1 | 13 | 6D | 0 | 5B | 30 | 12 | 14C | 53 | 2D |
| Octal | 321 | 23 | 155 | 0 | 133 | 60 | 22 | 514 | 123 | 55 |
| Binary | 11010001 | 10011 | 1101101 | 0 | 1011011 | 110000 | 10010 | 101001100 | 1010011 | 101101 |
Color Harmonies of #D1136D
Complementary color
Monochromatic Colors of #D1136D
Black with #D1136D
Text Example
Text Example
White with #D1136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1136D; }
p { color: rgb(209,19,109); }
H1.HeaderClassName
{
color: #D1136D;
}
.AnyTagClassName
{
color: #D1136D;
}
</style>
background-color css
<style>
a { background-color: #D1136D; }
a { background-color: rgb(209,19,109); }
div.DivClassName
{
background-color: #D1136D;
}
.BgClassName
{
background-color: #D1136D;
}
</style>
border-color css
<style>
span { border-color: #D1136D; }
span { border-color: rgb(209,19,109); }
td.TdClassName
{
border-color: #D1136D;
}
.TagClassName
{
border-color: #D1136D;
}
</style>