Shades of Ruby #D2006C
Tints of Ruby #D2006C
RGB
CMYK
RGB Variations
Color information
#D2006C (or 0xD2006C) is known color: Ruby. HEX triplet: D2, 00 and 6C. RGB value is (210,0,108). Sum of RGB (Red+Green+Blue) = 210+0+108=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2006C is #2DFF93. Grayscale: #4A4A4A. Windows color (decimal): -3014548 or 7078098. OLE color: 7078098.
HSL color Cylindrical-coordinate representation of color #D2006C: hue angle of 329.14º 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 #D2006C is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.49 | 0.18 |
| HSL | 329.14º | 1% | 0.41% | - |
| HSV(B) | 329.14º | 1% | 0.82% | - |
| XYZ | 29.29 | 14.78 | 15.5 | - |
| YUV | 75.1 | 146.57 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 108 | 0 | 1 | 0.49 | 0.18 | 329.14 | 1 | 0.41 |
| Hex | D2 | 0 | 6C | 0 | 64 | 31 | 12 | 149 | 64 | 29 |
| Octal | 322 | 0 | 154 | 0 | 144 | 61 | 22 | 511 | 144 | 51 |
| Binary | 11010010 | 0 | 1101100 | 0 | 1100100 | 110001 | 10010 | 101001001 | 1100100 | 101001 |
Color Harmonies of #D2006C
Complementary color
Monochromatic Colors of #D2006C
Black with #D2006C
Text Example
Text Example
White with #D2006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2006C; }
p { color: rgb(210,0,108); }
H1.HeaderClassName
{
color: #D2006C;
}
.AnyTagClassName
{
color: #D2006C;
}
</style>
background-color css
<style>
a { background-color: #D2006C; }
a { background-color: rgb(210,0,108); }
div.DivClassName
{
background-color: #D2006C;
}
.BgClassName
{
background-color: #D2006C;
}
</style>
border-color css
<style>
span { border-color: #D2006C; }
span { border-color: rgb(210,0,108); }
td.TdClassName
{
border-color: #D2006C;
}
.TagClassName
{
border-color: #D2006C;
}
</style>