Shades of Ruby #D61462
Tints of Ruby #D61462
RGB
CMYK
RGB Variations
Color information
#D61462 (or 0xD61462) is known color: Ruby. HEX triplet: D6, 14 and 62. RGB value is (214,20,98). Sum of RGB (Red+Green+Blue) = 214+20+98=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D61462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61462 is #29EB9D. Grayscale: #565656. Windows color (decimal): -2747294 or 6427862. OLE color: 6427862.
HSL color Cylindrical-coordinate representation of color #D61462: hue angle of 335.88º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61462 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 98 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.16 |
| HSL | 335.88º | 0.83% | 0.46% | - |
| HSV(B) | 335.88º | 0.91% | 0.84% | - |
| XYZ | 30.19 | 15.68 | 12.99 | - |
| YUV | 86.9 | 134.27 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 98 | 0 | 0.91 | 0.54 | 0.16 | 335.88 | 0.83 | 0.46 |
| Hex | D6 | 14 | 62 | 0 | 5B | 36 | 10 | 150 | 53 | 2E |
| Octal | 326 | 24 | 142 | 0 | 133 | 66 | 20 | 520 | 123 | 56 |
| Binary | 11010110 | 10100 | 1100010 | 0 | 1011011 | 110110 | 10000 | 101010000 | 1010011 | 101110 |
Color Harmonies of #D61462
Complementary color
Monochromatic Colors of #D61462
Black with #D61462
Text Example
Text Example
White with #D61462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61462; }
p { color: rgb(214,20,98); }
H1.HeaderClassName
{
color: #D61462;
}
.AnyTagClassName
{
color: #D61462;
}
</style>
background-color css
<style>
a { background-color: #D61462; }
a { background-color: rgb(214,20,98); }
div.DivClassName
{
background-color: #D61462;
}
.BgClassName
{
background-color: #D61462;
}
</style>
border-color css
<style>
span { border-color: #D61462; }
span { border-color: rgb(214,20,98); }
td.TdClassName
{
border-color: #D61462;
}
.TagClassName
{
border-color: #D61462;
}
</style>