Shades of Ruby #D1206C
Tints of Ruby #D1206C
RGB
CMYK
RGB Variations
Color information
#D1206C (or 0xD1206C) is known color: Ruby. HEX triplet: D1, 20 and 6C. RGB value is (209,32,108). Sum of RGB (Red+Green+Blue) = 209+32+108=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1206C is #2EDF93. Grayscale: #5D5D5D. Windows color (decimal): -3071892 or 7086289. OLE color: 7086289.
HSL color Cylindrical-coordinate representation of color #D1206C: hue angle of 334.24º 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 #D1206C is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 108 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.18 |
| HSL | 334.24º | 0.73% | 0.47% | - |
| HSV(B) | 334.24º | 0.85% | 0.82% | - |
| XYZ | 29.52 | 15.67 | 15.66 | - |
| YUV | 93.59 | 136.14 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 108 | 0 | 0.85 | 0.48 | 0.18 | 334.24 | 0.73 | 0.47 |
| Hex | D1 | 20 | 6C | 0 | 55 | 30 | 12 | 14E | 49 | 2F |
| Octal | 321 | 40 | 154 | 0 | 125 | 60 | 22 | 516 | 111 | 57 |
| Binary | 11010001 | 100000 | 1101100 | 0 | 1010101 | 110000 | 10010 | 101001110 | 1001001 | 101111 |
Color Harmonies of #D1206C
Complementary color
Monochromatic Colors of #D1206C
Black with #D1206C
Text Example
Text Example
White with #D1206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1206C; }
p { color: rgb(209,32,108); }
H1.HeaderClassName
{
color: #D1206C;
}
.AnyTagClassName
{
color: #D1206C;
}
</style>
background-color css
<style>
a { background-color: #D1206C; }
a { background-color: rgb(209,32,108); }
div.DivClassName
{
background-color: #D1206C;
}
.BgClassName
{
background-color: #D1206C;
}
</style>
border-color css
<style>
span { border-color: #D1206C; }
span { border-color: rgb(209,32,108); }
td.TdClassName
{
border-color: #D1206C;
}
.TagClassName
{
border-color: #D1206C;
}
</style>