Shades of Ruby #D4166E
Tints of Ruby #D4166E
RGB
CMYK
RGB Variations
Color information
#D4166E (or 0xD4166E) is known color: Ruby. HEX triplet: D4, 16 and 6E. RGB value is (212,22,110). Sum of RGB (Red+Green+Blue) = 212+22+110=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D4166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4166E is #2BE991. Grayscale: #585858. Windows color (decimal): -2877842 or 7214804. OLE color: 7214804.
HSL color Cylindrical-coordinate representation of color #D4166E: hue angle of 332.21º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4166E is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 110 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.17 |
| HSL | 332.21º | 0.81% | 0.46% | - |
| HSV(B) | 332.21º | 0.9% | 0.83% | - |
| XYZ | 30.25 | 15.7 | 16.19 | - |
| YUV | 88.84 | 139.95 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 110 | 0 | 0.90 | 0.48 | 0.17 | 332.21 | 0.81 | 0.46 |
| Hex | D4 | 16 | 6E | 0 | 5A | 30 | 11 | 14C | 51 | 2E |
| Octal | 324 | 26 | 156 | 0 | 132 | 60 | 21 | 514 | 121 | 56 |
| Binary | 11010100 | 10110 | 1101110 | 0 | 1011010 | 110000 | 10001 | 101001100 | 1010001 | 101110 |
Color Harmonies of #D4166E
Complementary color
Monochromatic Colors of #D4166E
Black with #D4166E
Text Example
Text Example
White with #D4166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4166E; }
p { color: rgb(212,22,110); }
H1.HeaderClassName
{
color: #D4166E;
}
.AnyTagClassName
{
color: #D4166E;
}
</style>
background-color css
<style>
a { background-color: #D4166E; }
a { background-color: rgb(212,22,110); }
div.DivClassName
{
background-color: #D4166E;
}
.BgClassName
{
background-color: #D4166E;
}
</style>
border-color css
<style>
span { border-color: #D4166E; }
span { border-color: rgb(212,22,110); }
td.TdClassName
{
border-color: #D4166E;
}
.TagClassName
{
border-color: #D4166E;
}
</style>