Shades of Ruby #D61866
Tints of Ruby #D61866
RGB
CMYK
RGB Variations
Color information
#D61866 (or 0xD61866) is known color: Ruby. HEX triplet: D6, 18 and 66. RGB value is (214,24,102). Sum of RGB (Red+Green+Blue) = 214+24+102=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D61866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61866 is #29E799. Grayscale: #595959. Windows color (decimal): -2746266 or 6691030. OLE color: 6691030.
HSL color Cylindrical-coordinate representation of color #D61866: hue angle of 335.37º 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 #D61866 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 102 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.16 |
| HSL | 335.37º | 0.8% | 0.47% | - |
| HSV(B) | 335.37º | 0.89% | 0.84% | - |
| XYZ | 30.46 | 15.91 | 14.04 | - |
| YUV | 89.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 102 | 0 | 0.89 | 0.52 | 0.16 | 335.37 | 0.8 | 0.47 |
| Hex | D6 | 18 | 66 | 0 | 59 | 34 | 10 | 14F | 50 | 2F |
| Octal | 326 | 30 | 146 | 0 | 131 | 64 | 20 | 517 | 120 | 57 |
| Binary | 11010110 | 11000 | 1100110 | 0 | 1011001 | 110100 | 10000 | 101001111 | 1010000 | 101111 |
Color Harmonies of #D61866
Complementary color
Monochromatic Colors of #D61866
Black with #D61866
Text Example
Text Example
White with #D61866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61866; }
p { color: rgb(214,24,102); }
H1.HeaderClassName
{
color: #D61866;
}
.AnyTagClassName
{
color: #D61866;
}
</style>
background-color css
<style>
a { background-color: #D61866; }
a { background-color: rgb(214,24,102); }
div.DivClassName
{
background-color: #D61866;
}
.BgClassName
{
background-color: #D61866;
}
</style>
border-color css
<style>
span { border-color: #D61866; }
span { border-color: rgb(214,24,102); }
td.TdClassName
{
border-color: #D61866;
}
.TagClassName
{
border-color: #D61866;
}
</style>