Shades of Ruby #D1206D
Tints of Ruby #D1206D
RGB
CMYK
RGB Variations
Color information
#D1206D (or 0xD1206D) is known color: Ruby. HEX triplet: D1, 20 and 6D. RGB value is (209,32,109). Sum of RGB (Red+Green+Blue) = 209+32+109=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1206D is #2EDF92. Grayscale: #5D5D5D. Windows color (decimal): -3071891 or 7151825. OLE color: 7151825.
HSL color Cylindrical-coordinate representation of color #D1206D: hue angle of 333.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1206D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 109 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.18 |
| HSL | 333.9º | 0.73% | 0.47% | - |
| HSV(B) | 333.9º | 0.85% | 0.82% | - |
| XYZ | 29.57 | 15.69 | 15.94 | - |
| YUV | 93.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 109 | 0 | 0.85 | 0.48 | 0.18 | 333.9 | 0.73 | 0.47 |
| Hex | D1 | 20 | 6D | 0 | 55 | 30 | 12 | 14E | 49 | 2F |
| Octal | 321 | 40 | 155 | 0 | 125 | 60 | 22 | 516 | 111 | 57 |
| Binary | 11010001 | 100000 | 1101101 | 0 | 1010101 | 110000 | 10010 | 101001110 | 1001001 | 101111 |
Color Harmonies of #D1206D
Complementary color
Monochromatic Colors of #D1206D
Black with #D1206D
Text Example
Text Example
White with #D1206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1206D; }
p { color: rgb(209,32,109); }
H1.HeaderClassName
{
color: #D1206D;
}
.AnyTagClassName
{
color: #D1206D;
}
</style>
background-color css
<style>
a { background-color: #D1206D; }
a { background-color: rgb(209,32,109); }
div.DivClassName
{
background-color: #D1206D;
}
.BgClassName
{
background-color: #D1206D;
}
</style>
border-color css
<style>
span { border-color: #D1206D; }
span { border-color: rgb(209,32,109); }
td.TdClassName
{
border-color: #D1206D;
}
.TagClassName
{
border-color: #D1206D;
}
</style>