Shades of Ruby #D2086E
Tints of Ruby #D2086E
RGB
CMYK
RGB Variations
Color information
#D2086E (or 0xD2086E) is known color: Ruby. HEX triplet: D2, 08 and 6E. RGB value is (210,8,110). Sum of RGB (Red+Green+Blue) = 210+8+110=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D2086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2086E is #2DF791. Grayscale: #4F4F4F. Windows color (decimal): -3012498 or 7211218. OLE color: 7211218.
HSL color Cylindrical-coordinate representation of color #D2086E: hue angle of 329.7º 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 #D2086E is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 110 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.18 |
| HSL | 329.7º | 0.93% | 0.43% | - |
| HSV(B) | 329.7º | 0.96% | 0.82% | - |
| XYZ | 29.48 | 15 | 16.09 | - |
| YUV | 80.03 | 144.92 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 110 | 0 | 0.96 | 0.48 | 0.18 | 329.7 | 0.93 | 0.43 |
| Hex | D2 | 8 | 6E | 0 | 60 | 30 | 12 | 14A | 5D | 2B |
| Octal | 322 | 10 | 156 | 0 | 140 | 60 | 22 | 512 | 135 | 53 |
| Binary | 11010010 | 1000 | 1101110 | 0 | 1100000 | 110000 | 10010 | 101001010 | 1011101 | 101011 |
Color Harmonies of #D2086E
Complementary color
Monochromatic Colors of #D2086E
Black with #D2086E
Text Example
Text Example
White with #D2086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2086E; }
p { color: rgb(210,8,110); }
H1.HeaderClassName
{
color: #D2086E;
}
.AnyTagClassName
{
color: #D2086E;
}
</style>
background-color css
<style>
a { background-color: #D2086E; }
a { background-color: rgb(210,8,110); }
div.DivClassName
{
background-color: #D2086E;
}
.BgClassName
{
background-color: #D2086E;
}
</style>
border-color css
<style>
span { border-color: #D2086E; }
span { border-color: rgb(210,8,110); }
td.TdClassName
{
border-color: #D2086E;
}
.TagClassName
{
border-color: #D2086E;
}
</style>