Shades of Ruby #D2006D
Tints of Ruby #D2006D
RGB
CMYK
RGB Variations
Color information
#D2006D (or 0xD2006D) is known color: Ruby. HEX triplet: D2, 00 and 6D. RGB value is (210,0,109). Sum of RGB (Red+Green+Blue) = 210+0+109=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2006D is #2DFF92. Grayscale: #4A4A4A. Windows color (decimal): -3014547 or 7143634. OLE color: 7143634.
HSL color Cylindrical-coordinate representation of color #D2006D: hue angle of 328.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2006D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.48 | 0.18 |
| HSL | 328.86º | 1% | 0.41% | - |
| HSV(B) | 328.86º | 1% | 0.82% | - |
| XYZ | 29.34 | 14.81 | 15.78 | - |
| YUV | 75.22 | 147.07 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 109 | 0 | 1 | 0.48 | 0.18 | 328.86 | 1 | 0.41 |
| Hex | D2 | 0 | 6D | 0 | 64 | 30 | 12 | 149 | 64 | 29 |
| Octal | 322 | 0 | 155 | 0 | 144 | 60 | 22 | 511 | 144 | 51 |
| Binary | 11010010 | 0 | 1101101 | 0 | 1100100 | 110000 | 10010 | 101001001 | 1100100 | 101001 |
Color Harmonies of #D2006D
Complementary color
Monochromatic Colors of #D2006D
Black with #D2006D
Text Example
Text Example
White with #D2006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2006D; }
p { color: rgb(210,0,109); }
H1.HeaderClassName
{
color: #D2006D;
}
.AnyTagClassName
{
color: #D2006D;
}
</style>
background-color css
<style>
a { background-color: #D2006D; }
a { background-color: rgb(210,0,109); }
div.DivClassName
{
background-color: #D2006D;
}
.BgClassName
{
background-color: #D2006D;
}
</style>
border-color css
<style>
span { border-color: #D2006D; }
span { border-color: rgb(210,0,109); }
td.TdClassName
{
border-color: #D2006D;
}
.TagClassName
{
border-color: #D2006D;
}
</style>