Shades of Ruby #D2016A
Tints of Ruby #D2016A
RGB
CMYK
RGB Variations
Color information
#D2016A (or 0xD2016A) is known color: Ruby. HEX triplet: D2, 01 and 6A. RGB value is (210,1,106). Sum of RGB (Red+Green+Blue) = 210+1+106=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D2016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2016A is #2DFE95. Grayscale: #4B4B4B. Windows color (decimal): -3014294 or 6947282. OLE color: 6947282.
HSL color Cylindrical-coordinate representation of color #D2016A: hue angle of 329.86º 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 #D2016A is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 106 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.18 |
| HSL | 329.86º | 0.99% | 0.41% | - |
| HSV(B) | 329.86º | 1% | 0.82% | - |
| XYZ | 29.19 | 14.76 | 14.95 | - |
| YUV | 75.46 | 145.24 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 106 | 0 | 1.00 | 0.50 | 0.18 | 329.86 | 0.99 | 0.41 |
| Hex | D2 | 1 | 6A | 0 | 64 | 32 | 12 | 14A | 63 | 29 |
| Octal | 322 | 1 | 152 | 0 | 144 | 62 | 22 | 512 | 143 | 51 |
| Binary | 11010010 | 1 | 1101010 | 0 | 1100100 | 110010 | 10010 | 101001010 | 1100011 | 101001 |
Color Harmonies of #D2016A
Complementary color
Monochromatic Colors of #D2016A
Black with #D2016A
Text Example
Text Example
White with #D2016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2016A; }
p { color: rgb(210,1,106); }
H1.HeaderClassName
{
color: #D2016A;
}
.AnyTagClassName
{
color: #D2016A;
}
</style>
background-color css
<style>
a { background-color: #D2016A; }
a { background-color: rgb(210,1,106); }
div.DivClassName
{
background-color: #D2016A;
}
.BgClassName
{
background-color: #D2016A;
}
</style>
border-color css
<style>
span { border-color: #D2016A; }
span { border-color: rgb(210,1,106); }
td.TdClassName
{
border-color: #D2016A;
}
.TagClassName
{
border-color: #D2016A;
}
</style>