Shades of Ruby #D10661
Tints of Ruby #D10661
RGB
CMYK
RGB Variations
Color information
#D10661 (or 0xD10661) is known color: Ruby. HEX triplet: D1, 06 and 61. RGB value is (209,6,97). Sum of RGB (Red+Green+Blue) = 209+6+97=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D10661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10661 is #2EF99E. Grayscale: #4C4C4C. Windows color (decimal): -3078559 or 6358737. OLE color: 6358737.
HSL color Cylindrical-coordinate representation of color #D10661: hue angle of 333.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10661 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 97 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.18 |
| HSL | 333.1º | 0.94% | 0.42% | - |
| HSV(B) | 333.1º | 0.97% | 0.82% | - |
| XYZ | 28.52 | 14.55 | 12.61 | - |
| YUV | 77.07 | 139.25 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 97 | 0 | 0.97 | 0.54 | 0.18 | 333.1 | 0.94 | 0.42 |
| Hex | D1 | 6 | 61 | 0 | 61 | 36 | 12 | 14D | 5E | 2A |
| Octal | 321 | 6 | 141 | 0 | 141 | 66 | 22 | 515 | 136 | 52 |
| Binary | 11010001 | 110 | 1100001 | 0 | 1100001 | 110110 | 10010 | 101001101 | 1011110 | 101010 |
Color Harmonies of #D10661
Complementary color
Monochromatic Colors of #D10661
Black with #D10661
Text Example
Text Example
White with #D10661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10661; }
p { color: rgb(209,6,97); }
H1.HeaderClassName
{
color: #D10661;
}
.AnyTagClassName
{
color: #D10661;
}
</style>
background-color css
<style>
a { background-color: #D10661; }
a { background-color: rgb(209,6,97); }
div.DivClassName
{
background-color: #D10661;
}
.BgClassName
{
background-color: #D10661;
}
</style>
border-color css
<style>
span { border-color: #D10661; }
span { border-color: rgb(209,6,97); }
td.TdClassName
{
border-color: #D10661;
}
.TagClassName
{
border-color: #D10661;
}
</style>