Shades of Ruby #D50872
Tints of Ruby #D50872
RGB
CMYK
RGB Variations
Color information
#D50872 (or 0xD50872) is known color: Ruby. HEX triplet: D5, 08 and 72. RGB value is (213,8,114). Sum of RGB (Red+Green+Blue) = 213+8+114=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D50872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50872 is #2AF78D. Grayscale: #515151. Windows color (decimal): -2815886 or 7473365. OLE color: 7473365.
HSL color Cylindrical-coordinate representation of color #D50872: hue angle of 328.98º 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 #D50872 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 114 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.16 |
| HSL | 328.98º | 0.93% | 0.43% | - |
| HSV(B) | 328.98º | 0.96% | 0.84% | - |
| XYZ | 30.56 | 15.53 | 17.31 | - |
| YUV | 81.38 | 146.42 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 114 | 0 | 0.96 | 0.46 | 0.16 | 328.98 | 0.93 | 0.43 |
| Hex | D5 | 8 | 72 | 0 | 60 | 2E | 10 | 149 | 5D | 2B |
| Octal | 325 | 10 | 162 | 0 | 140 | 56 | 20 | 511 | 135 | 53 |
| Binary | 11010101 | 1000 | 1110010 | 0 | 1100000 | 101110 | 10000 | 101001001 | 1011101 | 101011 |
Color Harmonies of #D50872
Complementary color
Monochromatic Colors of #D50872
Black with #D50872
Text Example
Text Example
White with #D50872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50872; }
p { color: rgb(213,8,114); }
H1.HeaderClassName
{
color: #D50872;
}
.AnyTagClassName
{
color: #D50872;
}
</style>
background-color css
<style>
a { background-color: #D50872; }
a { background-color: rgb(213,8,114); }
div.DivClassName
{
background-color: #D50872;
}
.BgClassName
{
background-color: #D50872;
}
</style>
border-color css
<style>
span { border-color: #D50872; }
span { border-color: rgb(213,8,114); }
td.TdClassName
{
border-color: #D50872;
}
.TagClassName
{
border-color: #D50872;
}
</style>