Shades of Ruby #D41563
Tints of Ruby #D41563
RGB
CMYK
RGB Variations
Color information
#D41563 (or 0xD41563) is known color: Ruby. HEX triplet: D4, 15 and 63. RGB value is (212,21,99). Sum of RGB (Red+Green+Blue) = 212+21+99=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D41563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41563 is #2BEA9C. Grayscale: #565656. Windows color (decimal): -2878109 or 6493652. OLE color: 6493652.
HSL color Cylindrical-coordinate representation of color #D41563: hue angle of 335.5º degrees, saturation: 0.82, 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 #D41563 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 99 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.17 |
| HSL | 335.5º | 0.82% | 0.46% | - |
| HSV(B) | 335.5º | 0.9% | 0.83% | - |
| XYZ | 29.67 | 15.43 | 13.22 | - |
| YUV | 87 | 134.78 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 99 | 0 | 0.90 | 0.53 | 0.17 | 335.5 | 0.82 | 0.46 |
| Hex | D4 | 15 | 63 | 0 | 5A | 35 | 11 | 14F | 52 | 2E |
| Octal | 324 | 25 | 143 | 0 | 132 | 65 | 21 | 517 | 122 | 56 |
| Binary | 11010100 | 10101 | 1100011 | 0 | 1011010 | 110101 | 10001 | 101001111 | 1010010 | 101110 |
Color Harmonies of #D41563
Complementary color
Monochromatic Colors of #D41563
Black with #D41563
Text Example
Text Example
White with #D41563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41563; }
p { color: rgb(212,21,99); }
H1.HeaderClassName
{
color: #D41563;
}
.AnyTagClassName
{
color: #D41563;
}
</style>
background-color css
<style>
a { background-color: #D41563; }
a { background-color: rgb(212,21,99); }
div.DivClassName
{
background-color: #D41563;
}
.BgClassName
{
background-color: #D41563;
}
</style>
border-color css
<style>
span { border-color: #D41563; }
span { border-color: rgb(212,21,99); }
td.TdClassName
{
border-color: #D41563;
}
.TagClassName
{
border-color: #D41563;
}
</style>