Shades of Ruby #D1016C
Tints of Ruby #D1016C
RGB
CMYK
RGB Variations
Color information
#D1016C (or 0xD1016C) is known color: Ruby. HEX triplet: D1, 01 and 6C. RGB value is (209,1,108). Sum of RGB (Red+Green+Blue) = 209+1+108=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1016C is #2EFE93. Grayscale: #4B4B4B. Windows color (decimal): -3079828 or 7078353. OLE color: 7078353.
HSL color Cylindrical-coordinate representation of color #D1016C: hue angle of 329.13º 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 #D1016C is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.18 |
| HSL | 329.13º | 0.99% | 0.41% | - |
| HSV(B) | 329.13º | 1% | 0.82% | - |
| XYZ | 29.01 | 14.66 | 15.49 | - |
| YUV | 75.39 | 146.41 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 108 | 0 | 1.00 | 0.48 | 0.18 | 329.13 | 0.99 | 0.41 |
| Hex | D1 | 1 | 6C | 0 | 64 | 30 | 12 | 149 | 63 | 29 |
| Octal | 321 | 1 | 154 | 0 | 144 | 60 | 22 | 511 | 143 | 51 |
| Binary | 11010001 | 1 | 1101100 | 0 | 1100100 | 110000 | 10010 | 101001001 | 1100011 | 101001 |
Color Harmonies of #D1016C
Complementary color
Monochromatic Colors of #D1016C
Black with #D1016C
Text Example
Text Example
White with #D1016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1016C; }
p { color: rgb(209,1,108); }
H1.HeaderClassName
{
color: #D1016C;
}
.AnyTagClassName
{
color: #D1016C;
}
</style>
background-color css
<style>
a { background-color: #D1016C; }
a { background-color: rgb(209,1,108); }
div.DivClassName
{
background-color: #D1016C;
}
.BgClassName
{
background-color: #D1016C;
}
</style>
border-color css
<style>
span { border-color: #D1016C; }
span { border-color: rgb(209,1,108); }
td.TdClassName
{
border-color: #D1016C;
}
.TagClassName
{
border-color: #D1016C;
}
</style>