Shades of Ruby #D41966
Tints of Ruby #D41966
RGB
CMYK
RGB Variations
Color information
#D41966 (or 0xD41966) is known color: Ruby. HEX triplet: D4, 19 and 66. RGB value is (212,25,102). Sum of RGB (Red+Green+Blue) = 212+25+102=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D41966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41966 is #2BE699. Grayscale: #595959. Windows color (decimal): -2877082 or 6691284. OLE color: 6691284.
HSL color Cylindrical-coordinate representation of color #D41966: hue angle of 335.29º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41966 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 102 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.17 |
| HSL | 335.29º | 0.79% | 0.46% | - |
| HSV(B) | 335.29º | 0.88% | 0.83% | - |
| XYZ | 29.9 | 15.65 | 14.02 | - |
| YUV | 89.69 | 134.95 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 102 | 0 | 0.88 | 0.52 | 0.17 | 335.29 | 0.79 | 0.46 |
| Hex | D4 | 19 | 66 | 0 | 58 | 34 | 11 | 14F | 4F | 2E |
| Octal | 324 | 31 | 146 | 0 | 130 | 64 | 21 | 517 | 117 | 56 |
| Binary | 11010100 | 11001 | 1100110 | 0 | 1011000 | 110100 | 10001 | 101001111 | 1001111 | 101110 |
Color Harmonies of #D41966
Complementary color
Monochromatic Colors of #D41966
Black with #D41966
Text Example
Text Example
White with #D41966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41966; }
p { color: rgb(212,25,102); }
H1.HeaderClassName
{
color: #D41966;
}
.AnyTagClassName
{
color: #D41966;
}
</style>
background-color css
<style>
a { background-color: #D41966; }
a { background-color: rgb(212,25,102); }
div.DivClassName
{
background-color: #D41966;
}
.BgClassName
{
background-color: #D41966;
}
</style>
border-color css
<style>
span { border-color: #D41966; }
span { border-color: rgb(212,25,102); }
td.TdClassName
{
border-color: #D41966;
}
.TagClassName
{
border-color: #D41966;
}
</style>