Shades of Ruby #D41662
Tints of Ruby #D41662
RGB
CMYK
RGB Variations
Color information
#D41662 (or 0xD41662) is known color: Ruby. HEX triplet: D4, 16 and 62. RGB value is (212,22,98). Sum of RGB (Red+Green+Blue) = 212+22+98=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D41662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41662 is #2BE99D. Grayscale: #575757. Windows color (decimal): -2877854 or 6428372. OLE color: 6428372.
HSL color Cylindrical-coordinate representation of color #D41662: hue angle of 336º 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 #D41662 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 98 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.17 |
| HSL | 336º | 0.81% | 0.46% | - |
| HSV(B) | 336º | 0.9% | 0.83% | - |
| XYZ | 29.64 | 15.45 | 12.98 | - |
| YUV | 87.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 98 | 0 | 0.90 | 0.54 | 0.17 | 336 | 0.81 | 0.46 |
| Hex | D4 | 16 | 62 | 0 | 5A | 36 | 11 | 150 | 51 | 2E |
| Octal | 324 | 26 | 142 | 0 | 132 | 66 | 21 | 520 | 121 | 56 |
| Binary | 11010100 | 10110 | 1100010 | 0 | 1011010 | 110110 | 10001 | 101010000 | 1010001 | 101110 |
Color Harmonies of #D41662
Complementary color
Monochromatic Colors of #D41662
Black with #D41662
Text Example
Text Example
White with #D41662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41662; }
p { color: rgb(212,22,98); }
H1.HeaderClassName
{
color: #D41662;
}
.AnyTagClassName
{
color: #D41662;
}
</style>
background-color css
<style>
a { background-color: #D41662; }
a { background-color: rgb(212,22,98); }
div.DivClassName
{
background-color: #D41662;
}
.BgClassName
{
background-color: #D41662;
}
</style>
border-color css
<style>
span { border-color: #D41662; }
span { border-color: rgb(212,22,98); }
td.TdClassName
{
border-color: #D41662;
}
.TagClassName
{
border-color: #D41662;
}
</style>