Shades of Ruby #D41663
Tints of Ruby #D41663
RGB
CMYK
RGB Variations
Color information
#D41663 (or 0xD41663) is known color: Ruby. HEX triplet: D4, 16 and 63. RGB value is (212,22,99). Sum of RGB (Red+Green+Blue) = 212+22+99=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D41663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41663 is #2BE99C. Grayscale: #575757. Windows color (decimal): -2877853 or 6493908. OLE color: 6493908.
HSL color Cylindrical-coordinate representation of color #D41663: hue angle of 335.68º 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 #D41663 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 99 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.17 |
| HSL | 335.68º | 0.81% | 0.46% | - |
| HSV(B) | 335.68º | 0.9% | 0.83% | - |
| XYZ | 29.69 | 15.47 | 13.23 | - |
| YUV | 87.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 99 | 0 | 0.90 | 0.53 | 0.17 | 335.68 | 0.81 | 0.46 |
| Hex | D4 | 16 | 63 | 0 | 5A | 35 | 11 | 150 | 51 | 2E |
| Octal | 324 | 26 | 143 | 0 | 132 | 65 | 21 | 520 | 121 | 56 |
| Binary | 11010100 | 10110 | 1100011 | 0 | 1011010 | 110101 | 10001 | 101010000 | 1010001 | 101110 |
Color Harmonies of #D41663
Complementary color
Monochromatic Colors of #D41663
Black with #D41663
Text Example
Text Example
White with #D41663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41663; }
p { color: rgb(212,22,99); }
H1.HeaderClassName
{
color: #D41663;
}
.AnyTagClassName
{
color: #D41663;
}
</style>
background-color css
<style>
a { background-color: #D41663; }
a { background-color: rgb(212,22,99); }
div.DivClassName
{
background-color: #D41663;
}
.BgClassName
{
background-color: #D41663;
}
</style>
border-color css
<style>
span { border-color: #D41663; }
span { border-color: rgb(212,22,99); }
td.TdClassName
{
border-color: #D41663;
}
.TagClassName
{
border-color: #D41663;
}
</style>