Shades of Ruby #D6196C
Tints of Ruby #D6196C
RGB
CMYK
RGB Variations
Color information
#D6196C (or 0xD6196C) is known color: Ruby. HEX triplet: D6, 19 and 6C. RGB value is (214,25,108). Sum of RGB (Red+Green+Blue) = 214+25+108=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6196C is #29E693. Grayscale: #5A5A5A. Windows color (decimal): -2746004 or 7084502. OLE color: 7084502.
HSL color Cylindrical-coordinate representation of color #D6196C: hue angle of 333.65º degrees, saturation: 0.79, 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 #D6196C is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 108 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.16 |
| HSL | 333.65º | 0.79% | 0.47% | - |
| HSV(B) | 333.65º | 0.88% | 0.84% | - |
| XYZ | 30.79 | 16.07 | 15.67 | - |
| YUV | 90.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 108 | 0 | 0.88 | 0.50 | 0.16 | 333.65 | 0.79 | 0.47 |
| Hex | D6 | 19 | 6C | 0 | 58 | 32 | 10 | 14E | 4F | 2F |
| Octal | 326 | 31 | 154 | 0 | 130 | 62 | 20 | 516 | 117 | 57 |
| Binary | 11010110 | 11001 | 1101100 | 0 | 1011000 | 110010 | 10000 | 101001110 | 1001111 | 101111 |
Color Harmonies of #D6196C
Complementary color
Monochromatic Colors of #D6196C
Black with #D6196C
Text Example
Text Example
White with #D6196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6196C; }
p { color: rgb(214,25,108); }
H1.HeaderClassName
{
color: #D6196C;
}
.AnyTagClassName
{
color: #D6196C;
}
</style>
background-color css
<style>
a { background-color: #D6196C; }
a { background-color: rgb(214,25,108); }
div.DivClassName
{
background-color: #D6196C;
}
.BgClassName
{
background-color: #D6196C;
}
</style>
border-color css
<style>
span { border-color: #D6196C; }
span { border-color: rgb(214,25,108); }
td.TdClassName
{
border-color: #D6196C;
}
.TagClassName
{
border-color: #D6196C;
}
</style>