Shades of Ruby #D41462
Tints of Ruby #D41462
RGB
CMYK
RGB Variations
Color information
#D41462 (or 0xD41462) is known color: Ruby. HEX triplet: D4, 14 and 62. RGB value is (212,20,98). Sum of RGB (Red+Green+Blue) = 212+20+98=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D41462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41462 is #2BEB9D. Grayscale: #565656. Windows color (decimal): -2878366 or 6427860. OLE color: 6427860.
HSL color Cylindrical-coordinate representation of color #D41462: hue angle of 335.62º degrees, saturation: 0.83, 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 #D41462 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 98 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.17 |
| HSL | 335.63º | 0.83% | 0.45% | - |
| HSV(B) | 335.63º | 0.91% | 0.83% | - |
| XYZ | 29.61 | 15.38 | 12.96 | - |
| YUV | 86.3 | 134.61 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 98 | 0 | 0.91 | 0.54 | 0.17 | 335.63 | 0.83 | 0.45 |
| Hex | D4 | 14 | 62 | 0 | 5B | 36 | 11 | 150 | 53 | 2D |
| Octal | 324 | 24 | 142 | 0 | 133 | 66 | 21 | 520 | 123 | 55 |
| Binary | 11010100 | 10100 | 1100010 | 0 | 1011011 | 110110 | 10001 | 101010000 | 1010011 | 101101 |
Color Harmonies of #D41462
Complementary color
Monochromatic Colors of #D41462
Black with #D41462
Text Example
Text Example
White with #D41462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41462; }
p { color: rgb(212,20,98); }
H1.HeaderClassName
{
color: #D41462;
}
.AnyTagClassName
{
color: #D41462;
}
</style>
background-color css
<style>
a { background-color: #D41462; }
a { background-color: rgb(212,20,98); }
div.DivClassName
{
background-color: #D41462;
}
.BgClassName
{
background-color: #D41462;
}
</style>
border-color css
<style>
span { border-color: #D41462; }
span { border-color: rgb(212,20,98); }
td.TdClassName
{
border-color: #D41462;
}
.TagClassName
{
border-color: #D41462;
}
</style>