Shades of Ruby #D1206E
Tints of Ruby #D1206E
RGB
CMYK
RGB Variations
Color information
#D1206E (or 0xD1206E) is known color: Ruby. HEX triplet: D1, 20 and 6E. RGB value is (209,32,110). Sum of RGB (Red+Green+Blue) = 209+32+110=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1206E is #2EDF91. Grayscale: #5D5D5D. Windows color (decimal): -3071890 or 7217361. OLE color: 7217361.
HSL color Cylindrical-coordinate representation of color #D1206E: hue angle of 333.56º 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 #D1206E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 110 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.18 |
| HSL | 333.56º | 0.73% | 0.47% | - |
| HSV(B) | 333.56º | 0.85% | 0.82% | - |
| XYZ | 29.63 | 15.71 | 16.22 | - |
| YUV | 93.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 110 | 0 | 0.85 | 0.47 | 0.18 | 333.56 | 0.73 | 0.47 |
| Hex | D1 | 20 | 6E | 0 | 55 | 2F | 12 | 14E | 49 | 2F |
| Octal | 321 | 40 | 156 | 0 | 125 | 57 | 22 | 516 | 111 | 57 |
| Binary | 11010001 | 100000 | 1101110 | 0 | 1010101 | 101111 | 10010 | 101001110 | 1001001 | 101111 |
Color Harmonies of #D1206E
Complementary color
Monochromatic Colors of #D1206E
Black with #D1206E
Text Example
Text Example
White with #D1206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1206E; }
p { color: rgb(209,32,110); }
H1.HeaderClassName
{
color: #D1206E;
}
.AnyTagClassName
{
color: #D1206E;
}
</style>
background-color css
<style>
a { background-color: #D1206E; }
a { background-color: rgb(209,32,110); }
div.DivClassName
{
background-color: #D1206E;
}
.BgClassName
{
background-color: #D1206E;
}
</style>
border-color css
<style>
span { border-color: #D1206E; }
span { border-color: rgb(209,32,110); }
td.TdClassName
{
border-color: #D1206E;
}
.TagClassName
{
border-color: #D1206E;
}
</style>