Shades of Ruby #D41A64
Tints of Ruby #D41A64
RGB
CMYK
RGB Variations
Color information
#D41A64 (or 0xD41A64) is known color: Ruby. HEX triplet: D4, 1A and 64. RGB value is (212,26,100). Sum of RGB (Red+Green+Blue) = 212+26+100=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41A64 is #2BE59B. Grayscale: #595959. Windows color (decimal): -2876828 or 6560468. OLE color: 6560468.
HSL color Cylindrical-coordinate representation of color #D41A64: hue angle of 336.13º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A64 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 100 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.17 |
| HSL | 336.13º | 0.78% | 0.47% | - |
| HSV(B) | 336.13º | 0.88% | 0.83% | - |
| XYZ | 29.82 | 15.66 | 13.51 | - |
| YUV | 90.05 | 133.62 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 100 | 0 | 0.88 | 0.53 | 0.17 | 336.13 | 0.78 | 0.47 |
| Hex | D4 | 1A | 64 | 0 | 58 | 35 | 11 | 150 | 4E | 2F |
| Octal | 324 | 32 | 144 | 0 | 130 | 65 | 21 | 520 | 116 | 57 |
| Binary | 11010100 | 11010 | 1100100 | 0 | 1011000 | 110101 | 10001 | 101010000 | 1001110 | 101111 |
Color Harmonies of #D41A64
Complementary color
Monochromatic Colors of #D41A64
Black with #D41A64
Text Example
Text Example
White with #D41A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A64; }
p { color: rgb(212,26,100); }
H1.HeaderClassName
{
color: #D41A64;
}
.AnyTagClassName
{
color: #D41A64;
}
</style>
background-color css
<style>
a { background-color: #D41A64; }
a { background-color: rgb(212,26,100); }
div.DivClassName
{
background-color: #D41A64;
}
.BgClassName
{
background-color: #D41A64;
}
</style>
border-color css
<style>
span { border-color: #D41A64; }
span { border-color: rgb(212,26,100); }
td.TdClassName
{
border-color: #D41A64;
}
.TagClassName
{
border-color: #D41A64;
}
</style>