Shades of Ruby #D50972
Tints of Ruby #D50972
RGB
CMYK
RGB Variations
Color information
#D50972 (or 0xD50972) is known color: Ruby. HEX triplet: D5, 09 and 72. RGB value is (213,9,114). Sum of RGB (Red+Green+Blue) = 213+9+114=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D50972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50972 is #2AF68D. Grayscale: #515151. Windows color (decimal): -2815630 or 7473621. OLE color: 7473621.
HSL color Cylindrical-coordinate representation of color #D50972: hue angle of 329.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 #D50972 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.16 |
| HSL | 329.12º | 0.92% | 0.44% | - |
| HSV(B) | 329.12º | 0.96% | 0.84% | - |
| XYZ | 30.58 | 15.56 | 17.31 | - |
| YUV | 81.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 114 | 0 | 0.96 | 0.46 | 0.16 | 329.12 | 0.92 | 0.44 |
| Hex | D5 | 9 | 72 | 0 | 60 | 2E | 10 | 149 | 5C | 2C |
| Octal | 325 | 11 | 162 | 0 | 140 | 56 | 20 | 511 | 134 | 54 |
| Binary | 11010101 | 1001 | 1110010 | 0 | 1100000 | 101110 | 10000 | 101001001 | 1011100 | 101100 |
Color Harmonies of #D50972
Complementary color
Monochromatic Colors of #D50972
Black with #D50972
Text Example
Text Example
White with #D50972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50972; }
p { color: rgb(213,9,114); }
H1.HeaderClassName
{
color: #D50972;
}
.AnyTagClassName
{
color: #D50972;
}
</style>
background-color css
<style>
a { background-color: #D50972; }
a { background-color: rgb(213,9,114); }
div.DivClassName
{
background-color: #D50972;
}
.BgClassName
{
background-color: #D50972;
}
</style>
border-color css
<style>
span { border-color: #D50972; }
span { border-color: rgb(213,9,114); }
td.TdClassName
{
border-color: #D50972;
}
.TagClassName
{
border-color: #D50972;
}
</style>