Shades of Ruby #D51672
Tints of Ruby #D51672
RGB
CMYK
RGB Variations
Color information
#D51672 (or 0xD51672) is known color: Ruby. HEX triplet: D5, 16 and 72. RGB value is (213,22,114). Sum of RGB (Red+Green+Blue) = 213+22+114=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D51672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51672 is #2AE98D. Grayscale: #595959. Windows color (decimal): -2812302 or 7476949. OLE color: 7476949.
HSL color Cylindrical-coordinate representation of color #D51672: hue angle of 331.1º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51672 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 114 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.16 |
| HSL | 331.1º | 0.81% | 0.46% | - |
| HSV(B) | 331.1º | 0.9% | 0.84% | - |
| XYZ | 30.76 | 15.93 | 17.37 | - |
| YUV | 89.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 114 | 0 | 0.90 | 0.46 | 0.16 | 331.1 | 0.81 | 0.46 |
| Hex | D5 | 16 | 72 | 0 | 5A | 2E | 10 | 14B | 51 | 2E |
| Octal | 325 | 26 | 162 | 0 | 132 | 56 | 20 | 513 | 121 | 56 |
| Binary | 11010101 | 10110 | 1110010 | 0 | 1011010 | 101110 | 10000 | 101001011 | 1010001 | 101110 |
Color Harmonies of #D51672
Complementary color
Monochromatic Colors of #D51672
Black with #D51672
Text Example
Text Example
White with #D51672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51672; }
p { color: rgb(213,22,114); }
H1.HeaderClassName
{
color: #D51672;
}
.AnyTagClassName
{
color: #D51672;
}
</style>
background-color css
<style>
a { background-color: #D51672; }
a { background-color: rgb(213,22,114); }
div.DivClassName
{
background-color: #D51672;
}
.BgClassName
{
background-color: #D51672;
}
</style>
border-color css
<style>
span { border-color: #D51672; }
span { border-color: rgb(213,22,114); }
td.TdClassName
{
border-color: #D51672;
}
.TagClassName
{
border-color: #D51672;
}
</style>