Shades of Ruby #D1056D
Tints of Ruby #D1056D
RGB
CMYK
RGB Variations
Color information
#D1056D (or 0xD1056D) is known color: Ruby. HEX triplet: D1, 05 and 6D. RGB value is (209,5,109). Sum of RGB (Red+Green+Blue) = 209+5+109=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1056D is #2EFA92. Grayscale: #4D4D4D. Windows color (decimal): -3078803 or 7144913. OLE color: 7144913.
HSL color Cylindrical-coordinate representation of color #D1056D: hue angle of 329.41º degrees, saturation: 0.95, 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 #D1056D is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.18 |
| HSL | 329.41º | 0.95% | 0.42% | - |
| HSV(B) | 329.41º | 0.98% | 0.82% | - |
| XYZ | 29.11 | 14.77 | 15.78 | - |
| YUV | 77.85 | 145.59 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 109 | 0 | 0.98 | 0.48 | 0.18 | 329.41 | 0.95 | 0.42 |
| Hex | D1 | 5 | 6D | 0 | 62 | 30 | 12 | 149 | 5F | 2A |
| Octal | 321 | 5 | 155 | 0 | 142 | 60 | 22 | 511 | 137 | 52 |
| Binary | 11010001 | 101 | 1101101 | 0 | 1100010 | 110000 | 10010 | 101001001 | 1011111 | 101010 |
Color Harmonies of #D1056D
Complementary color
Monochromatic Colors of #D1056D
Black with #D1056D
Text Example
Text Example
White with #D1056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1056D; }
p { color: rgb(209,5,109); }
H1.HeaderClassName
{
color: #D1056D;
}
.AnyTagClassName
{
color: #D1056D;
}
</style>
background-color css
<style>
a { background-color: #D1056D; }
a { background-color: rgb(209,5,109); }
div.DivClassName
{
background-color: #D1056D;
}
.BgClassName
{
background-color: #D1056D;
}
</style>
border-color css
<style>
span { border-color: #D1056D; }
span { border-color: rgb(209,5,109); }
td.TdClassName
{
border-color: #D1056D;
}
.TagClassName
{
border-color: #D1056D;
}
</style>