Shades of Ruby #D50B6D
Tints of Ruby #D50B6D
RGB
CMYK
RGB Variations
Color information
#D50B6D (or 0xD50B6D) is known color: Ruby. HEX triplet: D5, 0B and 6D. RGB value is (213,11,109). Sum of RGB (Red+Green+Blue) = 213+11+109=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50B6D is #2AF492. Grayscale: #525252. Windows color (decimal): -2815123 or 7146453. OLE color: 7146453.
HSL color Cylindrical-coordinate representation of color #D50B6D: hue angle of 330.89º 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 #D50B6D is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 109 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.16 |
| HSL | 330.89º | 0.9% | 0.44% | - |
| HSV(B) | 330.89º | 0.95% | 0.84% | - |
| XYZ | 30.32 | 15.49 | 15.86 | - |
| YUV | 82.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 109 | 0 | 0.95 | 0.49 | 0.16 | 330.89 | 0.9 | 0.44 |
| Hex | D5 | B | 6D | 0 | 5F | 31 | 10 | 14B | 5A | 2C |
| Octal | 325 | 13 | 155 | 0 | 137 | 61 | 20 | 513 | 132 | 54 |
| Binary | 11010101 | 1011 | 1101101 | 0 | 1011111 | 110001 | 10000 | 101001011 | 1011010 | 101100 |
Color Harmonies of #D50B6D
Complementary color
Monochromatic Colors of #D50B6D
Black with #D50B6D
Text Example
Text Example
White with #D50B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B6D; }
p { color: rgb(213,11,109); }
H1.HeaderClassName
{
color: #D50B6D;
}
.AnyTagClassName
{
color: #D50B6D;
}
</style>
background-color css
<style>
a { background-color: #D50B6D; }
a { background-color: rgb(213,11,109); }
div.DivClassName
{
background-color: #D50B6D;
}
.BgClassName
{
background-color: #D50B6D;
}
</style>
border-color css
<style>
span { border-color: #D50B6D; }
span { border-color: rgb(213,11,109); }
td.TdClassName
{
border-color: #D50B6D;
}
.TagClassName
{
border-color: #D50B6D;
}
</style>