Shades of Ruby #D41364
Tints of Ruby #D41364
RGB
CMYK
RGB Variations
Color information
#D41364 (or 0xD41364) is known color: Ruby. HEX triplet: D4, 13 and 64. RGB value is (212,19,100). Sum of RGB (Red+Green+Blue) = 212+19+100=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D41364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41364 is #2BEC9B. Grayscale: #555555. Windows color (decimal): -2878620 or 6558676. OLE color: 6558676.
HSL color Cylindrical-coordinate representation of color #D41364: hue angle of 334.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41364 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 100 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.17 |
| HSL | 334.82º | 0.84% | 0.45% | - |
| HSV(B) | 334.82º | 0.91% | 0.83% | - |
| XYZ | 29.68 | 15.38 | 13.46 | - |
| YUV | 85.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 100 | 0 | 0.91 | 0.53 | 0.17 | 334.82 | 0.84 | 0.45 |
| Hex | D4 | 13 | 64 | 0 | 5B | 35 | 11 | 14F | 54 | 2D |
| Octal | 324 | 23 | 144 | 0 | 133 | 65 | 21 | 517 | 124 | 55 |
| Binary | 11010100 | 10011 | 1100100 | 0 | 1011011 | 110101 | 10001 | 101001111 | 1010100 | 101101 |
Color Harmonies of #D41364
Complementary color
Monochromatic Colors of #D41364
Black with #D41364
Text Example
Text Example
White with #D41364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41364; }
p { color: rgb(212,19,100); }
H1.HeaderClassName
{
color: #D41364;
}
.AnyTagClassName
{
color: #D41364;
}
</style>
background-color css
<style>
a { background-color: #D41364; }
a { background-color: rgb(212,19,100); }
div.DivClassName
{
background-color: #D41364;
}
.BgClassName
{
background-color: #D41364;
}
</style>
border-color css
<style>
span { border-color: #D41364; }
span { border-color: rgb(212,19,100); }
td.TdClassName
{
border-color: #D41364;
}
.TagClassName
{
border-color: #D41364;
}
</style>