Shades of Ruby #D41664
Tints of Ruby #D41664
RGB
CMYK
RGB Variations
Color information
#D41664 (or 0xD41664) is known color: Ruby. HEX triplet: D4, 16 and 64. RGB value is (212,22,100). Sum of RGB (Red+Green+Blue) = 212+22+100=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D41664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41664 is #2BE99B. Grayscale: #575757. Windows color (decimal): -2877852 or 6559444. OLE color: 6559444.
HSL color Cylindrical-coordinate representation of color #D41664: hue angle of 335.37º 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 #D41664 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 100 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.17 |
| HSL | 335.37º | 0.81% | 0.46% | - |
| HSV(B) | 335.37º | 0.9% | 0.83% | - |
| XYZ | 29.74 | 15.49 | 13.48 | - |
| YUV | 87.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 100 | 0 | 0.90 | 0.53 | 0.17 | 335.37 | 0.81 | 0.46 |
| Hex | D4 | 16 | 64 | 0 | 5A | 35 | 11 | 14F | 51 | 2E |
| Octal | 324 | 26 | 144 | 0 | 132 | 65 | 21 | 517 | 121 | 56 |
| Binary | 11010100 | 10110 | 1100100 | 0 | 1011010 | 110101 | 10001 | 101001111 | 1010001 | 101110 |
Color Harmonies of #D41664
Complementary color
Monochromatic Colors of #D41664
Black with #D41664
Text Example
Text Example
White with #D41664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41664; }
p { color: rgb(212,22,100); }
H1.HeaderClassName
{
color: #D41664;
}
.AnyTagClassName
{
color: #D41664;
}
</style>
background-color css
<style>
a { background-color: #D41664; }
a { background-color: rgb(212,22,100); }
div.DivClassName
{
background-color: #D41664;
}
.BgClassName
{
background-color: #D41664;
}
</style>
border-color css
<style>
span { border-color: #D41664; }
span { border-color: rgb(212,22,100); }
td.TdClassName
{
border-color: #D41664;
}
.TagClassName
{
border-color: #D41664;
}
</style>