Shades of Ruby #D1016D
Tints of Ruby #D1016D
RGB
CMYK
RGB Variations
Color information
#D1016D (or 0xD1016D) is known color: Ruby. HEX triplet: D1, 01 and 6D. RGB value is (209,1,109). Sum of RGB (Red+Green+Blue) = 209+1+109=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1016D is #2EFE92. Grayscale: #4B4B4B. Windows color (decimal): -3079827 or 7143889. OLE color: 7143889.
HSL color Cylindrical-coordinate representation of color #D1016D: hue angle of 328.85º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1016D is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.18 |
| HSL | 328.85º | 0.99% | 0.41% | - |
| HSV(B) | 328.85º | 1% | 0.82% | - |
| XYZ | 29.07 | 14.68 | 15.77 | - |
| YUV | 75.5 | 146.91 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 109 | 0 | 1.00 | 0.48 | 0.18 | 328.85 | 0.99 | 0.41 |
| Hex | D1 | 1 | 6D | 0 | 64 | 30 | 12 | 149 | 63 | 29 |
| Octal | 321 | 1 | 155 | 0 | 144 | 60 | 22 | 511 | 143 | 51 |
| Binary | 11010001 | 1 | 1101101 | 0 | 1100100 | 110000 | 10010 | 101001001 | 1100011 | 101001 |
Color Harmonies of #D1016D
Complementary color
Monochromatic Colors of #D1016D
Black with #D1016D
Text Example
Text Example
White with #D1016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1016D; }
p { color: rgb(209,1,109); }
H1.HeaderClassName
{
color: #D1016D;
}
.AnyTagClassName
{
color: #D1016D;
}
</style>
background-color css
<style>
a { background-color: #D1016D; }
a { background-color: rgb(209,1,109); }
div.DivClassName
{
background-color: #D1016D;
}
.BgClassName
{
background-color: #D1016D;
}
</style>
border-color css
<style>
span { border-color: #D1016D; }
span { border-color: rgb(209,1,109); }
td.TdClassName
{
border-color: #D1016D;
}
.TagClassName
{
border-color: #D1016D;
}
</style>