Shades of Ruby #D0016D
Tints of Ruby #D0016D
RGB
CMYK
RGB Variations
Color information
#D0016D (or 0xD0016D) is known color: Ruby. HEX triplet: D0, 01 and 6D. RGB value is (208,1,109). Sum of RGB (Red+Green+Blue) = 208+1+109=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0016D is #2FFE92. Grayscale: #4A4A4A. Windows color (decimal): -3145363 or 7143888. OLE color: 7143888.
HSL color Cylindrical-coordinate representation of color #D0016D: hue angle of 328.7º 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 #D0016D is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.18 |
| HSL | 328.7º | 0.99% | 0.41% | - |
| HSV(B) | 328.7º | 1% | 0.82% | - |
| XYZ | 28.78 | 14.54 | 15.76 | - |
| YUV | 75.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 109 | 0 | 1.00 | 0.48 | 0.18 | 328.7 | 0.99 | 0.41 |
| Hex | D0 | 1 | 6D | 0 | 64 | 30 | 12 | 149 | 63 | 29 |
| Octal | 320 | 1 | 155 | 0 | 144 | 60 | 22 | 511 | 143 | 51 |
| Binary | 11010000 | 1 | 1101101 | 0 | 1100100 | 110000 | 10010 | 101001001 | 1100011 | 101001 |
Color Harmonies of #D0016D
Complementary color
Monochromatic Colors of #D0016D
Black with #D0016D
Text Example
Text Example
White with #D0016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0016D; }
p { color: rgb(208,1,109); }
H1.HeaderClassName
{
color: #D0016D;
}
.AnyTagClassName
{
color: #D0016D;
}
</style>
background-color css
<style>
a { background-color: #D0016D; }
a { background-color: rgb(208,1,109); }
div.DivClassName
{
background-color: #D0016D;
}
.BgClassName
{
background-color: #D0016D;
}
</style>
border-color css
<style>
span { border-color: #D0016D; }
span { border-color: rgb(208,1,109); }
td.TdClassName
{
border-color: #D0016D;
}
.TagClassName
{
border-color: #D0016D;
}
</style>