Shades of Ruby #D50968
Tints of Ruby #D50968
RGB
CMYK
RGB Variations
Color information
#D50968 (or 0xD50968) is known color: Ruby. HEX triplet: D5, 09 and 68. RGB value is (213,9,104). Sum of RGB (Red+Green+Blue) = 213+9+104=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D50968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50968 is #2AF697. Grayscale: #505050. Windows color (decimal): -2815640 or 6818261. OLE color: 6818261.
HSL color Cylindrical-coordinate representation of color #D50968: hue angle of 332.06º 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 #D50968 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.16 |
| HSL | 332.06º | 0.92% | 0.44% | - |
| HSV(B) | 332.06º | 0.96% | 0.84% | - |
| XYZ | 30.04 | 15.34 | 14.47 | - |
| YUV | 80.83 | 141.09 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 104 | 0 | 0.96 | 0.51 | 0.16 | 332.06 | 0.92 | 0.44 |
| Hex | D5 | 9 | 68 | 0 | 60 | 33 | 10 | 14C | 5C | 2C |
| Octal | 325 | 11 | 150 | 0 | 140 | 63 | 20 | 514 | 134 | 54 |
| Binary | 11010101 | 1001 | 1101000 | 0 | 1100000 | 110011 | 10000 | 101001100 | 1011100 | 101100 |
Color Harmonies of #D50968
Complementary color
Monochromatic Colors of #D50968
Black with #D50968
Text Example
Text Example
White with #D50968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50968; }
p { color: rgb(213,9,104); }
H1.HeaderClassName
{
color: #D50968;
}
.AnyTagClassName
{
color: #D50968;
}
</style>
background-color css
<style>
a { background-color: #D50968; }
a { background-color: rgb(213,9,104); }
div.DivClassName
{
background-color: #D50968;
}
.BgClassName
{
background-color: #D50968;
}
</style>
border-color css
<style>
span { border-color: #D50968; }
span { border-color: rgb(213,9,104); }
td.TdClassName
{
border-color: #D50968;
}
.TagClassName
{
border-color: #D50968;
}
</style>