Shades of Ruby #D50F72
Tints of Ruby #D50F72
RGB
CMYK
RGB Variations
Color information
#D50F72 (or 0xD50F72) is known color: Ruby. HEX triplet: D5, 0F and 72. RGB value is (213,15,114). Sum of RGB (Red+Green+Blue) = 213+15+114=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50F72 is #2AF08D. Grayscale: #555555. Windows color (decimal): -2814094 or 7475157. OLE color: 7475157.
HSL color Cylindrical-coordinate representation of color #D50F72: hue angle of 330º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50F72 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 114 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.16 |
| HSL | 330º | 0.87% | 0.45% | - |
| HSV(B) | 330º | 0.93% | 0.84% | - |
| XYZ | 30.65 | 15.7 | 17.34 | - |
| YUV | 85.49 | 144.1 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 114 | 0 | 0.93 | 0.46 | 0.16 | 330 | 0.87 | 0.45 |
| Hex | D5 | F | 72 | 0 | 5D | 2E | 10 | 14A | 57 | 2D |
| Octal | 325 | 17 | 162 | 0 | 135 | 56 | 20 | 512 | 127 | 55 |
| Binary | 11010101 | 1111 | 1110010 | 0 | 1011101 | 101110 | 10000 | 101001010 | 1010111 | 101101 |
Color Harmonies of #D50F72
Complementary color
Monochromatic Colors of #D50F72
Black with #D50F72
Text Example
Text Example
White with #D50F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F72; }
p { color: rgb(213,15,114); }
H1.HeaderClassName
{
color: #D50F72;
}
.AnyTagClassName
{
color: #D50F72;
}
</style>
background-color css
<style>
a { background-color: #D50F72; }
a { background-color: rgb(213,15,114); }
div.DivClassName
{
background-color: #D50F72;
}
.BgClassName
{
background-color: #D50F72;
}
</style>
border-color css
<style>
span { border-color: #D50F72; }
span { border-color: rgb(213,15,114); }
td.TdClassName
{
border-color: #D50F72;
}
.TagClassName
{
border-color: #D50F72;
}
</style>