Shades of Ruby #D41163
Tints of Ruby #D41163
RGB
CMYK
RGB Variations
Color information
#D41163 (or 0xD41163) is known color: Ruby. HEX triplet: D4, 11 and 63. RGB value is (212,17,99). Sum of RGB (Red+Green+Blue) = 212+17+99=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D41163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41163 is #2BEE9C. Grayscale: #545454. Windows color (decimal): -2879133 or 6492628. OLE color: 6492628.
HSL color Cylindrical-coordinate representation of color #D41163: hue angle of 334.77º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41163 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 99 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.17 |
| HSL | 334.77º | 0.85% | 0.45% | - |
| HSV(B) | 334.77º | 0.92% | 0.83% | - |
| XYZ | 29.6 | 15.3 | 13.2 | - |
| YUV | 84.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 99 | 0 | 0.92 | 0.53 | 0.17 | 334.77 | 0.85 | 0.45 |
| Hex | D4 | 11 | 63 | 0 | 5C | 35 | 11 | 14F | 55 | 2D |
| Octal | 324 | 21 | 143 | 0 | 134 | 65 | 21 | 517 | 125 | 55 |
| Binary | 11010100 | 10001 | 1100011 | 0 | 1011100 | 110101 | 10001 | 101001111 | 1010101 | 101101 |
Color Harmonies of #D41163
Complementary color
Monochromatic Colors of #D41163
Black with #D41163
Text Example
Text Example
White with #D41163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41163; }
p { color: rgb(212,17,99); }
H1.HeaderClassName
{
color: #D41163;
}
.AnyTagClassName
{
color: #D41163;
}
</style>
background-color css
<style>
a { background-color: #D41163; }
a { background-color: rgb(212,17,99); }
div.DivClassName
{
background-color: #D41163;
}
.BgClassName
{
background-color: #D41163;
}
</style>
border-color css
<style>
span { border-color: #D41163; }
span { border-color: rgb(212,17,99); }
td.TdClassName
{
border-color: #D41163;
}
.TagClassName
{
border-color: #D41163;
}
</style>