Shades of Ruby #D1086E
Tints of Ruby #D1086E
RGB
CMYK
RGB Variations
Color information
#D1086E (or 0xD1086E) is known color: Ruby. HEX triplet: D1, 08 and 6E. RGB value is (209,8,110). Sum of RGB (Red+Green+Blue) = 209+8+110=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D1086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1086E is #2EF791. Grayscale: #4F4F4F. Windows color (decimal): -3078034 or 7211217. OLE color: 7211217.
HSL color Cylindrical-coordinate representation of color #D1086E: hue angle of 329.55º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1086E is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 110 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.18 |
| HSL | 329.55º | 0.93% | 0.43% | - |
| HSV(B) | 329.55º | 0.96% | 0.82% | - |
| XYZ | 29.2 | 14.85 | 16.08 | - |
| YUV | 79.73 | 145.09 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 110 | 0 | 0.96 | 0.47 | 0.18 | 329.55 | 0.93 | 0.43 |
| Hex | D1 | 8 | 6E | 0 | 60 | 2F | 12 | 14A | 5D | 2B |
| Octal | 321 | 10 | 156 | 0 | 140 | 57 | 22 | 512 | 135 | 53 |
| Binary | 11010001 | 1000 | 1101110 | 0 | 1100000 | 101111 | 10010 | 101001010 | 1011101 | 101011 |
Color Harmonies of #D1086E
Complementary color
Monochromatic Colors of #D1086E
Black with #D1086E
Text Example
Text Example
White with #D1086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1086E; }
p { color: rgb(209,8,110); }
H1.HeaderClassName
{
color: #D1086E;
}
.AnyTagClassName
{
color: #D1086E;
}
</style>
background-color css
<style>
a { background-color: #D1086E; }
a { background-color: rgb(209,8,110); }
div.DivClassName
{
background-color: #D1086E;
}
.BgClassName
{
background-color: #D1086E;
}
</style>
border-color css
<style>
span { border-color: #D1086E; }
span { border-color: rgb(209,8,110); }
td.TdClassName
{
border-color: #D1086E;
}
.TagClassName
{
border-color: #D1086E;
}
</style>