Shades of Ruby #D41562
Tints of Ruby #D41562
RGB
CMYK
RGB Variations
Color information
#D41562 (or 0xD41562) is known color: Ruby. HEX triplet: D4, 15 and 62. RGB value is (212,21,98). Sum of RGB (Red+Green+Blue) = 212+21+98=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D41562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41562 is #2BEA9D. Grayscale: #565656. Windows color (decimal): -2878110 or 6428116. OLE color: 6428116.
HSL color Cylindrical-coordinate representation of color #D41562: hue angle of 335.81º 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 #D41562 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 98 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.17 |
| HSL | 335.81º | 0.82% | 0.46% | - |
| HSV(B) | 335.81º | 0.9% | 0.83% | - |
| XYZ | 29.62 | 15.42 | 12.97 | - |
| YUV | 86.89 | 134.28 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 98 | 0 | 0.90 | 0.54 | 0.17 | 335.81 | 0.82 | 0.46 |
| Hex | D4 | 15 | 62 | 0 | 5A | 36 | 11 | 150 | 52 | 2E |
| Octal | 324 | 25 | 142 | 0 | 132 | 66 | 21 | 520 | 122 | 56 |
| Binary | 11010100 | 10101 | 1100010 | 0 | 1011010 | 110110 | 10001 | 101010000 | 1010010 | 101110 |
Color Harmonies of #D41562
Complementary color
Monochromatic Colors of #D41562
Black with #D41562
Text Example
Text Example
White with #D41562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41562; }
p { color: rgb(212,21,98); }
H1.HeaderClassName
{
color: #D41562;
}
.AnyTagClassName
{
color: #D41562;
}
</style>
background-color css
<style>
a { background-color: #D41562; }
a { background-color: rgb(212,21,98); }
div.DivClassName
{
background-color: #D41562;
}
.BgClassName
{
background-color: #D41562;
}
</style>
border-color css
<style>
span { border-color: #D41562; }
span { border-color: rgb(212,21,98); }
td.TdClassName
{
border-color: #D41562;
}
.TagClassName
{
border-color: #D41562;
}
</style>