Shades of Ruby #D50866
Tints of Ruby #D50866
RGB
CMYK
RGB Variations
Color information
#D50866 (or 0xD50866) is known color: Ruby. HEX triplet: D5, 08 and 66. RGB value is (213,8,102). Sum of RGB (Red+Green+Blue) = 213+8+102=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D50866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50866 is #2AF799. Grayscale: #4F4F4F. Windows color (decimal): -2815898 or 6686933. OLE color: 6686933.
HSL color Cylindrical-coordinate representation of color #D50866: hue angle of 332.49º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50866 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 102 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.16 |
| HSL | 332.49º | 0.93% | 0.43% | - |
| HSV(B) | 332.49º | 0.96% | 0.84% | - |
| XYZ | 29.93 | 15.28 | 13.94 | - |
| YUV | 80.01 | 140.42 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 102 | 0 | 0.96 | 0.52 | 0.16 | 332.49 | 0.93 | 0.43 |
| Hex | D5 | 8 | 66 | 0 | 60 | 34 | 10 | 14C | 5D | 2B |
| Octal | 325 | 10 | 146 | 0 | 140 | 64 | 20 | 514 | 135 | 53 |
| Binary | 11010101 | 1000 | 1100110 | 0 | 1100000 | 110100 | 10000 | 101001100 | 1011101 | 101011 |
Color Harmonies of #D50866
Complementary color
Monochromatic Colors of #D50866
Black with #D50866
Text Example
Text Example
White with #D50866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50866; }
p { color: rgb(213,8,102); }
H1.HeaderClassName
{
color: #D50866;
}
.AnyTagClassName
{
color: #D50866;
}
</style>
background-color css
<style>
a { background-color: #D50866; }
a { background-color: rgb(213,8,102); }
div.DivClassName
{
background-color: #D50866;
}
.BgClassName
{
background-color: #D50866;
}
</style>
border-color css
<style>
span { border-color: #D50866; }
span { border-color: rgb(213,8,102); }
td.TdClassName
{
border-color: #D50866;
}
.TagClassName
{
border-color: #D50866;
}
</style>