Shades of Ruby #D50072
Tints of Ruby #D50072
RGB
CMYK
RGB Variations
Color information
#D50072 (or 0xD50072) is known color: Ruby. HEX triplet: D5, 00 and 72. RGB value is (213,0,114). Sum of RGB (Red+Green+Blue) = 213+0+114=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D50072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50072 is #2AFF8D. Grayscale: #4C4C4C. Windows color (decimal): -2817934 or 7471317. OLE color: 7471317.
HSL color Cylindrical-coordinate representation of color #D50072: hue angle of 327.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50072 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.46 | 0.16 |
| HSL | 327.89º | 1% | 0.42% | - |
| HSV(B) | 327.89º | 1% | 0.84% | - |
| XYZ | 30.48 | 15.36 | 17.28 | - |
| YUV | 76.68 | 149.07 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 114 | 0 | 1 | 0.46 | 0.16 | 327.89 | 1 | 0.42 |
| Hex | D5 | 0 | 72 | 0 | 64 | 2E | 10 | 148 | 64 | 2A |
| Octal | 325 | 0 | 162 | 0 | 144 | 56 | 20 | 510 | 144 | 52 |
| Binary | 11010101 | 0 | 1110010 | 0 | 1100100 | 101110 | 10000 | 101001000 | 1100100 | 101010 |
Color Harmonies of #D50072
Complementary color
Monochromatic Colors of #D50072
Black with #D50072
Text Example
Text Example
White with #D50072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50072; }
p { color: rgb(213,0,114); }
H1.HeaderClassName
{
color: #D50072;
}
.AnyTagClassName
{
color: #D50072;
}
</style>
background-color css
<style>
a { background-color: #D50072; }
a { background-color: rgb(213,0,114); }
div.DivClassName
{
background-color: #D50072;
}
.BgClassName
{
background-color: #D50072;
}
</style>
border-color css
<style>
span { border-color: #D50072; }
span { border-color: rgb(213,0,114); }
td.TdClassName
{
border-color: #D50072;
}
.TagClassName
{
border-color: #D50072;
}
</style>