Shades of Ruby #D50B6A
Tints of Ruby #D50B6A
RGB
CMYK
RGB Variations
Color information
#D50B6A (or 0xD50B6A) is known color: Ruby. HEX triplet: D5, 0B and 6A. RGB value is (213,11,106). Sum of RGB (Red+Green+Blue) = 213+11+106=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50B6A is #2AF495. Grayscale: #525252. Windows color (decimal): -2815126 or 6949845. OLE color: 6949845.
HSL color Cylindrical-coordinate representation of color #D50B6A: hue angle of 331.78º 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 #D50B6A is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 106 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.16 |
| HSL | 331.78º | 0.9% | 0.44% | - |
| HSV(B) | 331.78º | 0.95% | 0.84% | - |
| XYZ | 30.16 | 15.43 | 15.02 | - |
| YUV | 82.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 106 | 0 | 0.95 | 0.50 | 0.16 | 331.78 | 0.9 | 0.44 |
| Hex | D5 | B | 6A | 0 | 5F | 32 | 10 | 14C | 5A | 2C |
| Octal | 325 | 13 | 152 | 0 | 137 | 62 | 20 | 514 | 132 | 54 |
| Binary | 11010101 | 1011 | 1101010 | 0 | 1011111 | 110010 | 10000 | 101001100 | 1011010 | 101100 |
Color Harmonies of #D50B6A
Complementary color
Monochromatic Colors of #D50B6A
Black with #D50B6A
Text Example
Text Example
White with #D50B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B6A; }
p { color: rgb(213,11,106); }
H1.HeaderClassName
{
color: #D50B6A;
}
.AnyTagClassName
{
color: #D50B6A;
}
</style>
background-color css
<style>
a { background-color: #D50B6A; }
a { background-color: rgb(213,11,106); }
div.DivClassName
{
background-color: #D50B6A;
}
.BgClassName
{
background-color: #D50B6A;
}
</style>
border-color css
<style>
span { border-color: #D50B6A; }
span { border-color: rgb(213,11,106); }
td.TdClassName
{
border-color: #D50B6A;
}
.TagClassName
{
border-color: #D50B6A;
}
</style>