Shades of Ruby #D1016A
Tints of Ruby #D1016A
RGB
CMYK
RGB Variations
Color information
#D1016A (or 0xD1016A) is known color: Ruby. HEX triplet: D1, 01 and 6A. RGB value is (209,1,106). Sum of RGB (Red+Green+Blue) = 209+1+106=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1016A is #2EFE95. Grayscale: #4A4A4A. Windows color (decimal): -3079830 or 6947281. OLE color: 6947281.
HSL color Cylindrical-coordinate representation of color #D1016A: hue angle of 329.71º 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 #D1016A is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 106 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.18 |
| HSL | 329.71º | 0.99% | 0.41% | - |
| HSV(B) | 329.71º | 1% | 0.82% | - |
| XYZ | 28.91 | 14.62 | 14.93 | - |
| YUV | 75.16 | 145.41 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 106 | 0 | 1.00 | 0.49 | 0.18 | 329.71 | 0.99 | 0.41 |
| Hex | D1 | 1 | 6A | 0 | 64 | 31 | 12 | 14A | 63 | 29 |
| Octal | 321 | 1 | 152 | 0 | 144 | 61 | 22 | 512 | 143 | 51 |
| Binary | 11010001 | 1 | 1101010 | 0 | 1100100 | 110001 | 10010 | 101001010 | 1100011 | 101001 |
Color Harmonies of #D1016A
Complementary color
Monochromatic Colors of #D1016A
Black with #D1016A
Text Example
Text Example
White with #D1016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1016A; }
p { color: rgb(209,1,106); }
H1.HeaderClassName
{
color: #D1016A;
}
.AnyTagClassName
{
color: #D1016A;
}
</style>
background-color css
<style>
a { background-color: #D1016A; }
a { background-color: rgb(209,1,106); }
div.DivClassName
{
background-color: #D1016A;
}
.BgClassName
{
background-color: #D1016A;
}
</style>
border-color css
<style>
span { border-color: #D1016A; }
span { border-color: rgb(209,1,106); }
td.TdClassName
{
border-color: #D1016A;
}
.TagClassName
{
border-color: #D1016A;
}
</style>