Shades of Ruby #D4166F
Tints of Ruby #D4166F
RGB
CMYK
RGB Variations
Color information
#D4166F (or 0xD4166F) is known color: Ruby. HEX triplet: D4, 16 and 6F. RGB value is (212,22,111). Sum of RGB (Red+Green+Blue) = 212+22+111=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D4166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4166F is #2BE990. Grayscale: #585858. Windows color (decimal): -2877841 or 7280340. OLE color: 7280340.
HSL color Cylindrical-coordinate representation of color #D4166F: hue angle of 331.89º 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 #D4166F is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 111 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.17 |
| HSL | 331.89º | 0.81% | 0.46% | - |
| HSV(B) | 331.89º | 0.9% | 0.83% | - |
| XYZ | 30.31 | 15.72 | 16.48 | - |
| YUV | 88.96 | 140.45 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 111 | 0 | 0.90 | 0.48 | 0.17 | 331.89 | 0.81 | 0.46 |
| Hex | D4 | 16 | 6F | 0 | 5A | 30 | 11 | 14C | 51 | 2E |
| Octal | 324 | 26 | 157 | 0 | 132 | 60 | 21 | 514 | 121 | 56 |
| Binary | 11010100 | 10110 | 1101111 | 0 | 1011010 | 110000 | 10001 | 101001100 | 1010001 | 101110 |
Color Harmonies of #D4166F
Complementary color
Monochromatic Colors of #D4166F
Black with #D4166F
Text Example
Text Example
White with #D4166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4166F; }
p { color: rgb(212,22,111); }
H1.HeaderClassName
{
color: #D4166F;
}
.AnyTagClassName
{
color: #D4166F;
}
</style>
background-color css
<style>
a { background-color: #D4166F; }
a { background-color: rgb(212,22,111); }
div.DivClassName
{
background-color: #D4166F;
}
.BgClassName
{
background-color: #D4166F;
}
</style>
border-color css
<style>
span { border-color: #D4166F; }
span { border-color: rgb(212,22,111); }
td.TdClassName
{
border-color: #D4166F;
}
.TagClassName
{
border-color: #D4166F;
}
</style>