Shades of Ruby #D50961
Tints of Ruby #D50961
RGB
CMYK
RGB Variations
Color information
#D50961 (or 0xD50961) is known color: Ruby. HEX triplet: D5, 09 and 61. RGB value is (213,9,97). Sum of RGB (Red+Green+Blue) = 213+9+97=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D50961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50961 is #2AF69E. Grayscale: #4F4F4F. Windows color (decimal): -2815647 or 6359509. OLE color: 6359509.
HSL color Cylindrical-coordinate representation of color #D50961: hue angle of 334.12º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50961 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 97 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.16 |
| HSL | 334.12º | 0.92% | 0.44% | - |
| HSV(B) | 334.12º | 0.96% | 0.84% | - |
| XYZ | 29.7 | 15.2 | 12.68 | - |
| YUV | 80.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 97 | 0 | 0.96 | 0.54 | 0.16 | 334.12 | 0.92 | 0.44 |
| Hex | D5 | 9 | 61 | 0 | 60 | 36 | 10 | 14E | 5C | 2C |
| Octal | 325 | 11 | 141 | 0 | 140 | 66 | 20 | 516 | 134 | 54 |
| Binary | 11010101 | 1001 | 1100001 | 0 | 1100000 | 110110 | 10000 | 101001110 | 1011100 | 101100 |
Color Harmonies of #D50961
Complementary color
Monochromatic Colors of #D50961
Black with #D50961
Text Example
Text Example
White with #D50961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50961; }
p { color: rgb(213,9,97); }
H1.HeaderClassName
{
color: #D50961;
}
.AnyTagClassName
{
color: #D50961;
}
</style>
background-color css
<style>
a { background-color: #D50961; }
a { background-color: rgb(213,9,97); }
div.DivClassName
{
background-color: #D50961;
}
.BgClassName
{
background-color: #D50961;
}
</style>
border-color css
<style>
span { border-color: #D50961; }
span { border-color: rgb(213,9,97); }
td.TdClassName
{
border-color: #D50961;
}
.TagClassName
{
border-color: #D50961;
}
</style>