Shades of Ruby #D10461
Tints of Ruby #D10461
RGB
CMYK
RGB Variations
Color information
#D10461 (or 0xD10461) is known color: Ruby. HEX triplet: D1, 04 and 61. RGB value is (209,4,97). Sum of RGB (Red+Green+Blue) = 209+4+97=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D10461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10461 is #2EFB9E. Grayscale: #4B4B4B. Windows color (decimal): -3079071 or 6358225. OLE color: 6358225.
HSL color Cylindrical-coordinate representation of color #D10461: hue angle of 332.78º 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 #D10461 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.18 |
| HSL | 332.78º | 0.96% | 0.42% | - |
| HSV(B) | 332.78º | 0.98% | 0.82% | - |
| XYZ | 28.5 | 14.51 | 12.61 | - |
| YUV | 75.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 97 | 0 | 0.98 | 0.54 | 0.18 | 332.78 | 0.96 | 0.42 |
| Hex | D1 | 4 | 61 | 0 | 62 | 36 | 12 | 14D | 60 | 2A |
| Octal | 321 | 4 | 141 | 0 | 142 | 66 | 22 | 515 | 140 | 52 |
| Binary | 11010001 | 100 | 1100001 | 0 | 1100010 | 110110 | 10010 | 101001101 | 1100000 | 101010 |
Color Harmonies of #D10461
Complementary color
Monochromatic Colors of #D10461
Black with #D10461
Text Example
Text Example
White with #D10461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10461; }
p { color: rgb(209,4,97); }
H1.HeaderClassName
{
color: #D10461;
}
.AnyTagClassName
{
color: #D10461;
}
</style>
background-color css
<style>
a { background-color: #D10461; }
a { background-color: rgb(209,4,97); }
div.DivClassName
{
background-color: #D10461;
}
.BgClassName
{
background-color: #D10461;
}
</style>
border-color css
<style>
span { border-color: #D10461; }
span { border-color: rgb(209,4,97); }
td.TdClassName
{
border-color: #D10461;
}
.TagClassName
{
border-color: #D10461;
}
</style>