Shades of Ruby #D2086D
Tints of Ruby #D2086D
RGB
CMYK
RGB Variations
Color information
#D2086D (or 0xD2086D) is known color: Ruby. HEX triplet: D2, 08 and 6D. RGB value is (210,8,109). Sum of RGB (Red+Green+Blue) = 210+8+109=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D2086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2086D is #2DF792. Grayscale: #4F4F4F. Windows color (decimal): -3012499 or 7145682. OLE color: 7145682.
HSL color Cylindrical-coordinate representation of color #D2086D: hue angle of 330º 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 #D2086D is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.18 |
| HSL | 330º | 0.93% | 0.43% | - |
| HSV(B) | 330º | 0.96% | 0.82% | - |
| XYZ | 29.43 | 14.98 | 15.81 | - |
| YUV | 79.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 109 | 0 | 0.96 | 0.48 | 0.18 | 330 | 0.93 | 0.43 |
| Hex | D2 | 8 | 6D | 0 | 60 | 30 | 12 | 14A | 5D | 2B |
| Octal | 322 | 10 | 155 | 0 | 140 | 60 | 22 | 512 | 135 | 53 |
| Binary | 11010010 | 1000 | 1101101 | 0 | 1100000 | 110000 | 10010 | 101001010 | 1011101 | 101011 |
Color Harmonies of #D2086D
Complementary color
Monochromatic Colors of #D2086D
Black with #D2086D
Text Example
Text Example
White with #D2086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2086D; }
p { color: rgb(210,8,109); }
H1.HeaderClassName
{
color: #D2086D;
}
.AnyTagClassName
{
color: #D2086D;
}
</style>
background-color css
<style>
a { background-color: #D2086D; }
a { background-color: rgb(210,8,109); }
div.DivClassName
{
background-color: #D2086D;
}
.BgClassName
{
background-color: #D2086D;
}
</style>
border-color css
<style>
span { border-color: #D2086D; }
span { border-color: rgb(210,8,109); }
td.TdClassName
{
border-color: #D2086D;
}
.TagClassName
{
border-color: #D2086D;
}
</style>