Shades of Ruby #D41864
Tints of Ruby #D41864
RGB
CMYK
RGB Variations
Color information
#D41864 (or 0xD41864) is known color: Ruby. HEX triplet: D4, 18 and 64. RGB value is (212,24,100). Sum of RGB (Red+Green+Blue) = 212+24+100=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D41864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41864 is #2BE79B. Grayscale: #585858. Windows color (decimal): -2877340 or 6559956. OLE color: 6559956.
HSL color Cylindrical-coordinate representation of color #D41864: hue angle of 335.74º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41864 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 100 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.17 |
| HSL | 335.74º | 0.8% | 0.46% | - |
| HSV(B) | 335.74º | 0.89% | 0.83% | - |
| XYZ | 29.78 | 15.57 | 13.49 | - |
| YUV | 88.88 | 134.28 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 100 | 0 | 0.89 | 0.53 | 0.17 | 335.74 | 0.8 | 0.46 |
| Hex | D4 | 18 | 64 | 0 | 59 | 35 | 11 | 150 | 50 | 2E |
| Octal | 324 | 30 | 144 | 0 | 131 | 65 | 21 | 520 | 120 | 56 |
| Binary | 11010100 | 11000 | 1100100 | 0 | 1011001 | 110101 | 10001 | 101010000 | 1010000 | 101110 |
Color Harmonies of #D41864
Complementary color
Monochromatic Colors of #D41864
Black with #D41864
Text Example
Text Example
White with #D41864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41864; }
p { color: rgb(212,24,100); }
H1.HeaderClassName
{
color: #D41864;
}
.AnyTagClassName
{
color: #D41864;
}
</style>
background-color css
<style>
a { background-color: #D41864; }
a { background-color: rgb(212,24,100); }
div.DivClassName
{
background-color: #D41864;
}
.BgClassName
{
background-color: #D41864;
}
</style>
border-color css
<style>
span { border-color: #D41864; }
span { border-color: rgb(212,24,100); }
td.TdClassName
{
border-color: #D41864;
}
.TagClassName
{
border-color: #D41864;
}
</style>