Shades of Ruby #D41964
Tints of Ruby #D41964
RGB
CMYK
RGB Variations
Color information
#D41964 (or 0xD41964) is known color: Ruby. HEX triplet: D4, 19 and 64. RGB value is (212,25,100). Sum of RGB (Red+Green+Blue) = 212+25+100=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D41964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41964 is #2BE69B. Grayscale: #595959. Windows color (decimal): -2877084 or 6560212. OLE color: 6560212.
HSL color Cylindrical-coordinate representation of color #D41964: hue angle of 335.94º 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 #D41964 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 100 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.17 |
| HSL | 335.94º | 0.79% | 0.46% | - |
| HSV(B) | 335.94º | 0.88% | 0.83% | - |
| XYZ | 29.8 | 15.61 | 13.5 | - |
| YUV | 89.46 | 133.95 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 100 | 0 | 0.88 | 0.53 | 0.17 | 335.94 | 0.79 | 0.46 |
| Hex | D4 | 19 | 64 | 0 | 58 | 35 | 11 | 150 | 4F | 2E |
| Octal | 324 | 31 | 144 | 0 | 130 | 65 | 21 | 520 | 117 | 56 |
| Binary | 11010100 | 11001 | 1100100 | 0 | 1011000 | 110101 | 10001 | 101010000 | 1001111 | 101110 |
Color Harmonies of #D41964
Complementary color
Monochromatic Colors of #D41964
Black with #D41964
Text Example
Text Example
White with #D41964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41964; }
p { color: rgb(212,25,100); }
H1.HeaderClassName
{
color: #D41964;
}
.AnyTagClassName
{
color: #D41964;
}
</style>
background-color css
<style>
a { background-color: #D41964; }
a { background-color: rgb(212,25,100); }
div.DivClassName
{
background-color: #D41964;
}
.BgClassName
{
background-color: #D41964;
}
</style>
border-color css
<style>
span { border-color: #D41964; }
span { border-color: rgb(212,25,100); }
td.TdClassName
{
border-color: #D41964;
}
.TagClassName
{
border-color: #D41964;
}
</style>