Shades of Ruby #D31672
Tints of Ruby #D31672
RGB
CMYK
RGB Variations
Color information
#D31672 (or 0xD31672) is known color: Ruby. HEX triplet: D3, 16 and 72. RGB value is (211,22,114). Sum of RGB (Red+Green+Blue) = 211+22+114=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D31672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31672 is #2CE98D. Grayscale: #585858. Windows color (decimal): -2943374 or 7476947. OLE color: 7476947.
HSL color Cylindrical-coordinate representation of color #D31672: hue angle of 330.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31672 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 114 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.17 |
| HSL | 330.79º | 0.81% | 0.46% | - |
| HSV(B) | 330.79º | 0.9% | 0.83% | - |
| XYZ | 30.19 | 15.64 | 17.35 | - |
| YUV | 89 | 142.12 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 114 | 0 | 0.90 | 0.46 | 0.17 | 330.79 | 0.81 | 0.46 |
| Hex | D3 | 16 | 72 | 0 | 5A | 2E | 11 | 14B | 51 | 2E |
| Octal | 323 | 26 | 162 | 0 | 132 | 56 | 21 | 513 | 121 | 56 |
| Binary | 11010011 | 10110 | 1110010 | 0 | 1011010 | 101110 | 10001 | 101001011 | 1010001 | 101110 |
Color Harmonies of #D31672
Complementary color
Monochromatic Colors of #D31672
Black with #D31672
Text Example
Text Example
White with #D31672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31672; }
p { color: rgb(211,22,114); }
H1.HeaderClassName
{
color: #D31672;
}
.AnyTagClassName
{
color: #D31672;
}
</style>
background-color css
<style>
a { background-color: #D31672; }
a { background-color: rgb(211,22,114); }
div.DivClassName
{
background-color: #D31672;
}
.BgClassName
{
background-color: #D31672;
}
</style>
border-color css
<style>
span { border-color: #D31672; }
span { border-color: rgb(211,22,114); }
td.TdClassName
{
border-color: #D31672;
}
.TagClassName
{
border-color: #D31672;
}
</style>