Shades of Ruby #D61470
Tints of Ruby #D61470
RGB
CMYK
RGB Variations
Color information
#D61470 (or 0xD61470) is known color: Ruby. HEX triplet: D6, 14 and 70. RGB value is (214,20,112). Sum of RGB (Red+Green+Blue) = 214+20+112=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D61470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61470 is #29EB8F. Grayscale: #585858. Windows color (decimal): -2747280 or 7345366. OLE color: 7345366.
HSL color Cylindrical-coordinate representation of color #D61470: hue angle of 331.55º 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 #D61470 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 112 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.16 |
| HSL | 331.55º | 0.83% | 0.46% | - |
| HSV(B) | 331.55º | 0.91% | 0.84% | - |
| XYZ | 30.91 | 15.97 | 16.78 | - |
| YUV | 88.49 | 141.27 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 112 | 0 | 0.91 | 0.48 | 0.16 | 331.55 | 0.83 | 0.46 |
| Hex | D6 | 14 | 70 | 0 | 5B | 30 | 10 | 14C | 53 | 2E |
| Octal | 326 | 24 | 160 | 0 | 133 | 60 | 20 | 514 | 123 | 56 |
| Binary | 11010110 | 10100 | 1110000 | 0 | 1011011 | 110000 | 10000 | 101001100 | 1010011 | 101110 |
Color Harmonies of #D61470
Complementary color
Monochromatic Colors of #D61470
Black with #D61470
Text Example
Text Example
White with #D61470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61470; }
p { color: rgb(214,20,112); }
H1.HeaderClassName
{
color: #D61470;
}
.AnyTagClassName
{
color: #D61470;
}
</style>
background-color css
<style>
a { background-color: #D61470; }
a { background-color: rgb(214,20,112); }
div.DivClassName
{
background-color: #D61470;
}
.BgClassName
{
background-color: #D61470;
}
</style>
border-color css
<style>
span { border-color: #D61470; }
span { border-color: rgb(214,20,112); }
td.TdClassName
{
border-color: #D61470;
}
.TagClassName
{
border-color: #D61470;
}
</style>