Shades of Ruby #D61861
Tints of Ruby #D61861
RGB
CMYK
RGB Variations
Color information
#D61861 (or 0xD61861) is known color: Ruby. HEX triplet: D6, 18 and 61. RGB value is (214,24,97). Sum of RGB (Red+Green+Blue) = 214+24+97=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D61861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61861 is #29E79E. Grayscale: #595959. Windows color (decimal): -2746271 or 6363350. OLE color: 6363350.
HSL color Cylindrical-coordinate representation of color #D61861: hue angle of 336.95º 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 #D61861 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 97 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.16 |
| HSL | 336.95º | 0.8% | 0.47% | - |
| HSV(B) | 336.95º | 0.89% | 0.84% | - |
| XYZ | 30.22 | 15.81 | 12.77 | - |
| YUV | 89.13 | 132.45 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 97 | 0 | 0.89 | 0.55 | 0.16 | 336.95 | 0.8 | 0.47 |
| Hex | D6 | 18 | 61 | 0 | 59 | 37 | 10 | 151 | 50 | 2F |
| Octal | 326 | 30 | 141 | 0 | 131 | 67 | 20 | 521 | 120 | 57 |
| Binary | 11010110 | 11000 | 1100001 | 0 | 1011001 | 110111 | 10000 | 101010001 | 1010000 | 101111 |
Color Harmonies of #D61861
Complementary color
Monochromatic Colors of #D61861
Black with #D61861
Text Example
Text Example
White with #D61861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61861; }
p { color: rgb(214,24,97); }
H1.HeaderClassName
{
color: #D61861;
}
.AnyTagClassName
{
color: #D61861;
}
</style>
background-color css
<style>
a { background-color: #D61861; }
a { background-color: rgb(214,24,97); }
div.DivClassName
{
background-color: #D61861;
}
.BgClassName
{
background-color: #D61861;
}
</style>
border-color css
<style>
span { border-color: #D61861; }
span { border-color: rgb(214,24,97); }
td.TdClassName
{
border-color: #D61861;
}
.TagClassName
{
border-color: #D61861;
}
</style>