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