Shades of Ruby #D1006B
Tints of Ruby #D1006B
RGB
CMYK
RGB Variations
Color information
#D1006B (or 0xD1006B) is known color: Ruby. HEX triplet: D1, 00 and 6B. RGB value is (209,0,107). Sum of RGB (Red+Green+Blue) = 209+0+107=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1006B is #2EFF94. Grayscale: #4A4A4A. Windows color (decimal): -3080085 or 7012561. OLE color: 7012561.
HSL color Cylindrical-coordinate representation of color #D1006B: hue angle of 329.28º 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 #D1006B is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.49 | 0.18 |
| HSL | 329.28º | 1% | 0.41% | - |
| HSV(B) | 329.28º | 1% | 0.82% | - |
| XYZ | 28.95 | 14.62 | 15.21 | - |
| YUV | 74.69 | 146.24 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 107 | 0 | 1 | 0.49 | 0.18 | 329.28 | 1 | 0.41 |
| Hex | D1 | 0 | 6B | 0 | 64 | 31 | 12 | 149 | 64 | 29 |
| Octal | 321 | 0 | 153 | 0 | 144 | 61 | 22 | 511 | 144 | 51 |
| Binary | 11010001 | 0 | 1101011 | 0 | 1100100 | 110001 | 10010 | 101001001 | 1100100 | 101001 |
Color Harmonies of #D1006B
Complementary color
Monochromatic Colors of #D1006B
Black with #D1006B
Text Example
Text Example
White with #D1006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1006B; }
p { color: rgb(209,0,107); }
H1.HeaderClassName
{
color: #D1006B;
}
.AnyTagClassName
{
color: #D1006B;
}
</style>
background-color css
<style>
a { background-color: #D1006B; }
a { background-color: rgb(209,0,107); }
div.DivClassName
{
background-color: #D1006B;
}
.BgClassName
{
background-color: #D1006B;
}
</style>
border-color css
<style>
span { border-color: #D1006B; }
span { border-color: rgb(209,0,107); }
td.TdClassName
{
border-color: #D1006B;
}
.TagClassName
{
border-color: #D1006B;
}
</style>