Shades of Ruby #D61B6D
Tints of Ruby #D61B6D
RGB
CMYK
RGB Variations
Color information
#D61B6D (or 0xD61B6D) is known color: Ruby. HEX triplet: D6, 1B and 6D. RGB value is (214,27,109). Sum of RGB (Red+Green+Blue) = 214+27+109=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B6D is #29E492. Grayscale: #5C5C5C. Windows color (decimal): -2745491 or 7150550. OLE color: 7150550.
HSL color Cylindrical-coordinate representation of color #D61B6D: hue angle of 333.69º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61B6D is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 109 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.16 |
| HSL | 333.69º | 0.78% | 0.47% | - |
| HSV(B) | 333.69º | 0.87% | 0.84% | - |
| XYZ | 30.88 | 16.18 | 15.96 | - |
| YUV | 92.26 | 137.45 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 109 | 0 | 0.87 | 0.49 | 0.16 | 333.69 | 0.78 | 0.47 |
| Hex | D6 | 1B | 6D | 0 | 57 | 31 | 10 | 14E | 4E | 2F |
| Octal | 326 | 33 | 155 | 0 | 127 | 61 | 20 | 516 | 116 | 57 |
| Binary | 11010110 | 11011 | 1101101 | 0 | 1010111 | 110001 | 10000 | 101001110 | 1001110 | 101111 |
Color Harmonies of #D61B6D
Complementary color
Monochromatic Colors of #D61B6D
Black with #D61B6D
Text Example
Text Example
White with #D61B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B6D; }
p { color: rgb(214,27,109); }
H1.HeaderClassName
{
color: #D61B6D;
}
.AnyTagClassName
{
color: #D61B6D;
}
</style>
background-color css
<style>
a { background-color: #D61B6D; }
a { background-color: rgb(214,27,109); }
div.DivClassName
{
background-color: #D61B6D;
}
.BgClassName
{
background-color: #D61B6D;
}
</style>
border-color css
<style>
span { border-color: #D61B6D; }
span { border-color: rgb(214,27,109); }
td.TdClassName
{
border-color: #D61B6D;
}
.TagClassName
{
border-color: #D61B6D;
}
</style>