Shades of Ruby #D50B60
Tints of Ruby #D50B60
RGB
CMYK
RGB Variations
Color information
#D50B60 (or 0xD50B60) is known color: Ruby. HEX triplet: D5, 0B and 60. RGB value is (213,11,96). Sum of RGB (Red+Green+Blue) = 213+11+96=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50B60 is #2AF49F. Grayscale: #505050. Windows color (decimal): -2815136 or 6294485. OLE color: 6294485.
HSL color Cylindrical-coordinate representation of color #D50B60: hue angle of 334.75º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50B60 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 96 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.16 |
| HSL | 334.75º | 0.9% | 0.44% | - |
| HSV(B) | 334.75º | 0.95% | 0.84% | - |
| XYZ | 29.67 | 15.23 | 12.44 | - |
| YUV | 81.09 | 136.42 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 96 | 0 | 0.95 | 0.55 | 0.16 | 334.75 | 0.9 | 0.44 |
| Hex | D5 | B | 60 | 0 | 5F | 37 | 10 | 14F | 5A | 2C |
| Octal | 325 | 13 | 140 | 0 | 137 | 67 | 20 | 517 | 132 | 54 |
| Binary | 11010101 | 1011 | 1100000 | 0 | 1011111 | 110111 | 10000 | 101001111 | 1011010 | 101100 |
Color Harmonies of #D50B60
Complementary color
Monochromatic Colors of #D50B60
Black with #D50B60
Text Example
Text Example
White with #D50B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B60; }
p { color: rgb(213,11,96); }
H1.HeaderClassName
{
color: #D50B60;
}
.AnyTagClassName
{
color: #D50B60;
}
</style>
background-color css
<style>
a { background-color: #D50B60; }
a { background-color: rgb(213,11,96); }
div.DivClassName
{
background-color: #D50B60;
}
.BgClassName
{
background-color: #D50B60;
}
</style>
border-color css
<style>
span { border-color: #D50B60; }
span { border-color: rgb(213,11,96); }
td.TdClassName
{
border-color: #D50B60;
}
.TagClassName
{
border-color: #D50B60;
}
</style>