Shades of Ruby #D1046D
Tints of Ruby #D1046D
RGB
CMYK
RGB Variations
Color information
#D1046D (or 0xD1046D) is known color: Ruby. HEX triplet: D1, 04 and 6D. RGB value is (209,4,109). Sum of RGB (Red+Green+Blue) = 209+4+109=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1046D is #2EFB92. Grayscale: #4D4D4D. Windows color (decimal): -3079059 or 7144657. OLE color: 7144657.
HSL color Cylindrical-coordinate representation of color #D1046D: hue angle of 329.27º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1046D is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.18 |
| HSL | 329.27º | 0.96% | 0.42% | - |
| HSV(B) | 329.27º | 0.98% | 0.82% | - |
| XYZ | 29.1 | 14.75 | 15.78 | - |
| YUV | 77.27 | 145.92 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 109 | 0 | 0.98 | 0.48 | 0.18 | 329.27 | 0.96 | 0.42 |
| Hex | D1 | 4 | 6D | 0 | 62 | 30 | 12 | 149 | 60 | 2A |
| Octal | 321 | 4 | 155 | 0 | 142 | 60 | 22 | 511 | 140 | 52 |
| Binary | 11010001 | 100 | 1101101 | 0 | 1100010 | 110000 | 10010 | 101001001 | 1100000 | 101010 |
Color Harmonies of #D1046D
Complementary color
Monochromatic Colors of #D1046D
Black with #D1046D
Text Example
Text Example
White with #D1046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1046D; }
p { color: rgb(209,4,109); }
H1.HeaderClassName
{
color: #D1046D;
}
.AnyTagClassName
{
color: #D1046D;
}
</style>
background-color css
<style>
a { background-color: #D1046D; }
a { background-color: rgb(209,4,109); }
div.DivClassName
{
background-color: #D1046D;
}
.BgClassName
{
background-color: #D1046D;
}
</style>
border-color css
<style>
span { border-color: #D1046D; }
span { border-color: rgb(209,4,109); }
td.TdClassName
{
border-color: #D1046D;
}
.TagClassName
{
border-color: #D1046D;
}
</style>