Shades of Ruby #D8196C
Tints of Ruby #D8196C
RGB
CMYK
RGB Variations
Color information
#D8196C (or 0xD8196C) is known color: Ruby. HEX triplet: D8, 19 and 6C. RGB value is (216,25,108). Sum of RGB (Red+Green+Blue) = 216+25+108=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8196C is #27E693. Grayscale: #5B5B5B. Windows color (decimal): -2614932 or 7084504. OLE color: 7084504.
HSL color Cylindrical-coordinate representation of color #D8196C: hue angle of 333.93º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8196C is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 108 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.15 |
| HSL | 333.93º | 0.79% | 0.47% | - |
| HSV(B) | 333.93º | 0.88% | 0.85% | - |
| XYZ | 31.37 | 16.38 | 15.69 | - |
| YUV | 91.57 | 137.28 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 108 | 0 | 0.88 | 0.50 | 0.15 | 333.93 | 0.79 | 0.47 |
| Hex | D8 | 19 | 6C | 0 | 58 | 32 | F | 14E | 4F | 2F |
| Octal | 330 | 31 | 154 | 0 | 130 | 62 | 17 | 516 | 117 | 57 |
| Binary | 11011000 | 11001 | 1101100 | 0 | 1011000 | 110010 | 1111 | 101001110 | 1001111 | 101111 |
Color Harmonies of #D8196C
Complementary color
Monochromatic Colors of #D8196C
Black with #D8196C
Text Example
Text Example
White with #D8196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8196C; }
p { color: rgb(216,25,108); }
H1.HeaderClassName
{
color: #D8196C;
}
.AnyTagClassName
{
color: #D8196C;
}
</style>
background-color css
<style>
a { background-color: #D8196C; }
a { background-color: rgb(216,25,108); }
div.DivClassName
{
background-color: #D8196C;
}
.BgClassName
{
background-color: #D8196C;
}
</style>
border-color css
<style>
span { border-color: #D8196C; }
span { border-color: rgb(216,25,108); }
td.TdClassName
{
border-color: #D8196C;
}
.TagClassName
{
border-color: #D8196C;
}
</style>