Shades of Ruby #D1006C
Tints of Ruby #D1006C
RGB
CMYK
RGB Variations
Color information
#D1006C (or 0xD1006C) is known color: Ruby. HEX triplet: D1, 00 and 6C. RGB value is (209,0,108). Sum of RGB (Red+Green+Blue) = 209+0+108=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D1006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1006C is #2EFF93. Grayscale: #4A4A4A. Windows color (decimal): -3080084 or 7078097. OLE color: 7078097.
HSL color Cylindrical-coordinate representation of color #D1006C: hue angle of 329º 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 #D1006C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.48 | 0.18 |
| HSL | 329º | 1% | 0.41% | - |
| HSV(B) | 329º | 1% | 0.82% | - |
| XYZ | 29 | 14.64 | 15.48 | - |
| YUV | 74.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 108 | 0 | 1 | 0.48 | 0.18 | 329 | 1 | 0.41 |
| Hex | D1 | 0 | 6C | 0 | 64 | 30 | 12 | 149 | 64 | 29 |
| Octal | 321 | 0 | 154 | 0 | 144 | 60 | 22 | 511 | 144 | 51 |
| Binary | 11010001 | 0 | 1101100 | 0 | 1100100 | 110000 | 10010 | 101001001 | 1100100 | 101001 |
Color Harmonies of #D1006C
Complementary color
Monochromatic Colors of #D1006C
Black with #D1006C
Text Example
Text Example
White with #D1006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1006C; }
p { color: rgb(209,0,108); }
H1.HeaderClassName
{
color: #D1006C;
}
.AnyTagClassName
{
color: #D1006C;
}
</style>
background-color css
<style>
a { background-color: #D1006C; }
a { background-color: rgb(209,0,108); }
div.DivClassName
{
background-color: #D1006C;
}
.BgClassName
{
background-color: #D1006C;
}
</style>
border-color css
<style>
span { border-color: #D1006C; }
span { border-color: rgb(209,0,108); }
td.TdClassName
{
border-color: #D1006C;
}
.TagClassName
{
border-color: #D1006C;
}
</style>