Shades of Ruby #D61870
Tints of Ruby #D61870
RGB
CMYK
RGB Variations
Color information
#D61870 (or 0xD61870) is known color: Ruby. HEX triplet: D6, 18 and 70. RGB value is (214,24,112). Sum of RGB (Red+Green+Blue) = 214+24+112=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D61870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61870 is #29E78F. Grayscale: #5A5A5A. Windows color (decimal): -2746256 or 7346390. OLE color: 7346390.
HSL color Cylindrical-coordinate representation of color #D61870: hue angle of 332.21º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61870 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 112 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.16 |
| HSL | 332.21º | 0.8% | 0.47% | - |
| HSV(B) | 332.21º | 0.89% | 0.84% | - |
| XYZ | 30.98 | 16.12 | 16.81 | - |
| YUV | 90.84 | 139.95 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 112 | 0 | 0.89 | 0.48 | 0.16 | 332.21 | 0.8 | 0.47 |
| Hex | D6 | 18 | 70 | 0 | 59 | 30 | 10 | 14C | 50 | 2F |
| Octal | 326 | 30 | 160 | 0 | 131 | 60 | 20 | 514 | 120 | 57 |
| Binary | 11010110 | 11000 | 1110000 | 0 | 1011001 | 110000 | 10000 | 101001100 | 1010000 | 101111 |
Color Harmonies of #D61870
Complementary color
Monochromatic Colors of #D61870
Black with #D61870
Text Example
Text Example
White with #D61870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61870; }
p { color: rgb(214,24,112); }
H1.HeaderClassName
{
color: #D61870;
}
.AnyTagClassName
{
color: #D61870;
}
</style>
background-color css
<style>
a { background-color: #D61870; }
a { background-color: rgb(214,24,112); }
div.DivClassName
{
background-color: #D61870;
}
.BgClassName
{
background-color: #D61870;
}
</style>
border-color css
<style>
span { border-color: #D61870; }
span { border-color: rgb(214,24,112); }
td.TdClassName
{
border-color: #D61870;
}
.TagClassName
{
border-color: #D61870;
}
</style>