Shades of Ruby #D10962
Tints of Ruby #D10962
RGB
CMYK
RGB Variations
Color information
#D10962 (or 0xD10962) is known color: Ruby. HEX triplet: D1, 09 and 62. RGB value is (209,9,98). Sum of RGB (Red+Green+Blue) = 209+9+98=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D10962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10962 is #2EF69D. Grayscale: #4E4E4E. Windows color (decimal): -3077790 or 6425041. OLE color: 6425041.
HSL color Cylindrical-coordinate representation of color #D10962: hue angle of 333.3º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10962 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.18 |
| HSL | 333.3º | 0.92% | 0.43% | - |
| HSV(B) | 333.3º | 0.96% | 0.82% | - |
| XYZ | 28.6 | 14.63 | 12.87 | - |
| YUV | 78.95 | 138.76 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 98 | 0 | 0.96 | 0.53 | 0.18 | 333.3 | 0.92 | 0.43 |
| Hex | D1 | 9 | 62 | 0 | 60 | 35 | 12 | 14D | 5C | 2B |
| Octal | 321 | 11 | 142 | 0 | 140 | 65 | 22 | 515 | 134 | 53 |
| Binary | 11010001 | 1001 | 1100010 | 0 | 1100000 | 110101 | 10010 | 101001101 | 1011100 | 101011 |
Color Harmonies of #D10962
Complementary color
Monochromatic Colors of #D10962
Black with #D10962
Text Example
Text Example
White with #D10962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10962; }
p { color: rgb(209,9,98); }
H1.HeaderClassName
{
color: #D10962;
}
.AnyTagClassName
{
color: #D10962;
}
</style>
background-color css
<style>
a { background-color: #D10962; }
a { background-color: rgb(209,9,98); }
div.DivClassName
{
background-color: #D10962;
}
.BgClassName
{
background-color: #D10962;
}
</style>
border-color css
<style>
span { border-color: #D10962; }
span { border-color: rgb(209,9,98); }
td.TdClassName
{
border-color: #D10962;
}
.TagClassName
{
border-color: #D10962;
}
</style>