Shades of Ruby #D61A6E
Tints of Ruby #D61A6E
RGB
CMYK
RGB Variations
Color information
#D61A6E (or 0xD61A6E) is known color: Ruby. HEX triplet: D6, 1A and 6E. RGB value is (214,26,110). Sum of RGB (Red+Green+Blue) = 214+26+110=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A6E is #29E591. Grayscale: #5B5B5B. Windows color (decimal): -2745746 or 7215830. OLE color: 7215830.
HSL color Cylindrical-coordinate representation of color #D61A6E: hue angle of 333.19º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A6E is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 110 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.16 |
| HSL | 333.19º | 0.78% | 0.47% | - |
| HSV(B) | 333.19º | 0.88% | 0.84% | - |
| XYZ | 30.92 | 16.16 | 16.24 | - |
| YUV | 91.79 | 138.28 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 110 | 0 | 0.88 | 0.49 | 0.16 | 333.19 | 0.78 | 0.47 |
| Hex | D6 | 1A | 6E | 0 | 58 | 31 | 10 | 14D | 4E | 2F |
| Octal | 326 | 32 | 156 | 0 | 130 | 61 | 20 | 515 | 116 | 57 |
| Binary | 11010110 | 11010 | 1101110 | 0 | 1011000 | 110001 | 10000 | 101001101 | 1001110 | 101111 |
Color Harmonies of #D61A6E
Complementary color
Monochromatic Colors of #D61A6E
Black with #D61A6E
Text Example
Text Example
White with #D61A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A6E; }
p { color: rgb(214,26,110); }
H1.HeaderClassName
{
color: #D61A6E;
}
.AnyTagClassName
{
color: #D61A6E;
}
</style>
background-color css
<style>
a { background-color: #D61A6E; }
a { background-color: rgb(214,26,110); }
div.DivClassName
{
background-color: #D61A6E;
}
.BgClassName
{
background-color: #D61A6E;
}
</style>
border-color css
<style>
span { border-color: #D61A6E; }
span { border-color: rgb(214,26,110); }
td.TdClassName
{
border-color: #D61A6E;
}
.TagClassName
{
border-color: #D61A6E;
}
</style>