Shades of Ruby #D61370
Tints of Ruby #D61370
RGB
CMYK
RGB Variations
Color information
#D61370 (or 0xD61370) is known color: Ruby. HEX triplet: D6, 13 and 70. RGB value is (214,19,112). Sum of RGB (Red+Green+Blue) = 214+19+112=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D61370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61370 is #29EC8F. Grayscale: #575757. Windows color (decimal): -2747536 or 7345110. OLE color: 7345110.
HSL color Cylindrical-coordinate representation of color #D61370: hue angle of 331.38º degrees, saturation: 0.84, 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 #D61370 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 112 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.16 |
| HSL | 331.38º | 0.84% | 0.46% | - |
| HSV(B) | 331.38º | 0.91% | 0.84% | - |
| XYZ | 30.89 | 15.93 | 16.78 | - |
| YUV | 87.91 | 141.6 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 112 | 0 | 0.91 | 0.48 | 0.16 | 331.38 | 0.84 | 0.46 |
| Hex | D6 | 13 | 70 | 0 | 5B | 30 | 10 | 14B | 54 | 2E |
| Octal | 326 | 23 | 160 | 0 | 133 | 60 | 20 | 513 | 124 | 56 |
| Binary | 11010110 | 10011 | 1110000 | 0 | 1011011 | 110000 | 10000 | 101001011 | 1010100 | 101110 |
Color Harmonies of #D61370
Complementary color
Monochromatic Colors of #D61370
Black with #D61370
Text Example
Text Example
White with #D61370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61370; }
p { color: rgb(214,19,112); }
H1.HeaderClassName
{
color: #D61370;
}
.AnyTagClassName
{
color: #D61370;
}
</style>
background-color css
<style>
a { background-color: #D61370; }
a { background-color: rgb(214,19,112); }
div.DivClassName
{
background-color: #D61370;
}
.BgClassName
{
background-color: #D61370;
}
</style>
border-color css
<style>
span { border-color: #D61370; }
span { border-color: rgb(214,19,112); }
td.TdClassName
{
border-color: #D61370;
}
.TagClassName
{
border-color: #D61370;
}
</style>