Shades of Ruby #D8146C
Tints of Ruby #D8146C
RGB
CMYK
RGB Variations
Color information
#D8146C (or 0xD8146C) is known color: Ruby. HEX triplet: D8, 14 and 6C. RGB value is (216,20,108). Sum of RGB (Red+Green+Blue) = 216+20+108=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8146C is #27EB93. Grayscale: #585858. Windows color (decimal): -2616212 or 7083224. OLE color: 7083224.
HSL color Cylindrical-coordinate representation of color #D8146C: hue angle of 333.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8146C is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 108 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.15 |
| HSL | 333.06º | 0.83% | 0.46% | - |
| HSV(B) | 333.06º | 0.91% | 0.85% | - |
| XYZ | 31.28 | 16.18 | 15.66 | - |
| YUV | 88.64 | 138.93 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 108 | 0 | 0.91 | 0.50 | 0.15 | 333.06 | 0.83 | 0.46 |
| Hex | D8 | 14 | 6C | 0 | 5B | 32 | F | 14D | 53 | 2E |
| Octal | 330 | 24 | 154 | 0 | 133 | 62 | 17 | 515 | 123 | 56 |
| Binary | 11011000 | 10100 | 1101100 | 0 | 1011011 | 110010 | 1111 | 101001101 | 1010011 | 101110 |
Color Harmonies of #D8146C
Complementary color
Monochromatic Colors of #D8146C
Black with #D8146C
Text Example
Text Example
White with #D8146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8146C; }
p { color: rgb(216,20,108); }
H1.HeaderClassName
{
color: #D8146C;
}
.AnyTagClassName
{
color: #D8146C;
}
</style>
background-color css
<style>
a { background-color: #D8146C; }
a { background-color: rgb(216,20,108); }
div.DivClassName
{
background-color: #D8146C;
}
.BgClassName
{
background-color: #D8146C;
}
</style>
border-color css
<style>
span { border-color: #D8146C; }
span { border-color: rgb(216,20,108); }
td.TdClassName
{
border-color: #D8146C;
}
.TagClassName
{
border-color: #D8146C;
}
</style>