Shades of Ruby #D1146E
Tints of Ruby #D1146E
RGB
CMYK
RGB Variations
Color information
#D1146E (or 0xD1146E) is known color: Ruby. HEX triplet: D1, 14 and 6E. RGB value is (209,20,110). Sum of RGB (Red+Green+Blue) = 209+20+110=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1146E is #2EEB91. Grayscale: #565656. Windows color (decimal): -3074962 or 7214289. OLE color: 7214289.
HSL color Cylindrical-coordinate representation of color #D1146E: hue angle of 331.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1146E is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 110 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.18 |
| HSL | 331.43º | 0.83% | 0.45% | - |
| HSV(B) | 331.43º | 0.9% | 0.82% | - |
| XYZ | 29.36 | 15.18 | 16.13 | - |
| YUV | 86.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 110 | 0 | 0.90 | 0.47 | 0.18 | 331.43 | 0.83 | 0.45 |
| Hex | D1 | 14 | 6E | 0 | 5A | 2F | 12 | 14B | 53 | 2D |
| Octal | 321 | 24 | 156 | 0 | 132 | 57 | 22 | 513 | 123 | 55 |
| Binary | 11010001 | 10100 | 1101110 | 0 | 1011010 | 101111 | 10010 | 101001011 | 1010011 | 101101 |
Color Harmonies of #D1146E
Complementary color
Monochromatic Colors of #D1146E
Black with #D1146E
Text Example
Text Example
White with #D1146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1146E; }
p { color: rgb(209,20,110); }
H1.HeaderClassName
{
color: #D1146E;
}
.AnyTagClassName
{
color: #D1146E;
}
</style>
background-color css
<style>
a { background-color: #D1146E; }
a { background-color: rgb(209,20,110); }
div.DivClassName
{
background-color: #D1146E;
}
.BgClassName
{
background-color: #D1146E;
}
</style>
border-color css
<style>
span { border-color: #D1146E; }
span { border-color: rgb(209,20,110); }
td.TdClassName
{
border-color: #D1146E;
}
.TagClassName
{
border-color: #D1146E;
}
</style>