Shades of Ruby #D0086E
Tints of Ruby #D0086E
RGB
CMYK
RGB Variations
Color information
#D0086E (or 0xD0086E) is known color: Ruby. HEX triplet: D0, 08 and 6E. RGB value is (208,8,110). Sum of RGB (Red+Green+Blue) = 208+8+110=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D0086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0086E is #2FF791. Grayscale: #4F4F4F. Windows color (decimal): -3143570 or 7211216. OLE color: 7211216.
HSL color Cylindrical-coordinate representation of color #D0086E: hue angle of 329.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0086E is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 110 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.18 |
| HSL | 329.4º | 0.93% | 0.42% | - |
| HSV(B) | 329.4º | 0.96% | 0.82% | - |
| XYZ | 28.91 | 14.71 | 16.07 | - |
| YUV | 79.43 | 145.26 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 110 | 0 | 0.96 | 0.47 | 0.18 | 329.4 | 0.93 | 0.42 |
| Hex | D0 | 8 | 6E | 0 | 60 | 2F | 12 | 149 | 5D | 2A |
| Octal | 320 | 10 | 156 | 0 | 140 | 57 | 22 | 511 | 135 | 52 |
| Binary | 11010000 | 1000 | 1101110 | 0 | 1100000 | 101111 | 10010 | 101001001 | 1011101 | 101010 |
Color Harmonies of #D0086E
Complementary color
Monochromatic Colors of #D0086E
Black with #D0086E
Text Example
Text Example
White with #D0086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0086E; }
p { color: rgb(208,8,110); }
H1.HeaderClassName
{
color: #D0086E;
}
.AnyTagClassName
{
color: #D0086E;
}
</style>
background-color css
<style>
a { background-color: #D0086E; }
a { background-color: rgb(208,8,110); }
div.DivClassName
{
background-color: #D0086E;
}
.BgClassName
{
background-color: #D0086E;
}
</style>
border-color css
<style>
span { border-color: #D0086E; }
span { border-color: rgb(208,8,110); }
td.TdClassName
{
border-color: #D0086E;
}
.TagClassName
{
border-color: #D0086E;
}
</style>