Shades of Ruby #D1006D
Tints of Ruby #D1006D
RGB
CMYK
RGB Variations
Color information
#D1006D (or 0xD1006D) is known color: Ruby. HEX triplet: D1, 00 and 6D. RGB value is (209,0,109). Sum of RGB (Red+Green+Blue) = 209+0+109=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1006D is #2EFF92. Grayscale: #4A4A4A. Windows color (decimal): -3080083 or 7143633. OLE color: 7143633.
HSL color Cylindrical-coordinate representation of color #D1006D: hue angle of 328.71º 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 #D1006D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.48 | 0.18 |
| HSL | 328.71º | 1% | 0.41% | - |
| HSV(B) | 328.71º | 1% | 0.82% | - |
| XYZ | 29.05 | 14.66 | 15.77 | - |
| YUV | 74.92 | 147.24 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 109 | 0 | 1 | 0.48 | 0.18 | 328.71 | 1 | 0.41 |
| Hex | D1 | 0 | 6D | 0 | 64 | 30 | 12 | 149 | 64 | 29 |
| Octal | 321 | 0 | 155 | 0 | 144 | 60 | 22 | 511 | 144 | 51 |
| Binary | 11010001 | 0 | 1101101 | 0 | 1100100 | 110000 | 10010 | 101001001 | 1100100 | 101001 |
Color Harmonies of #D1006D
Complementary color
Monochromatic Colors of #D1006D
Black with #D1006D
Text Example
Text Example
White with #D1006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1006D; }
p { color: rgb(209,0,109); }
H1.HeaderClassName
{
color: #D1006D;
}
.AnyTagClassName
{
color: #D1006D;
}
</style>
background-color css
<style>
a { background-color: #D1006D; }
a { background-color: rgb(209,0,109); }
div.DivClassName
{
background-color: #D1006D;
}
.BgClassName
{
background-color: #D1006D;
}
</style>
border-color css
<style>
span { border-color: #D1006D; }
span { border-color: rgb(209,0,109); }
td.TdClassName
{
border-color: #D1006D;
}
.TagClassName
{
border-color: #D1006D;
}
</style>