Shades of Ruby #D31872
Tints of Ruby #D31872
RGB
CMYK
RGB Variations
Color information
#D31872 (or 0xD31872) is known color: Ruby. HEX triplet: D3, 18 and 72. RGB value is (211,24,114). Sum of RGB (Red+Green+Blue) = 211+24+114=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D31872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31872 is #2CE78D. Grayscale: #5A5A5A. Windows color (decimal): -2942862 or 7477459. OLE color: 7477459.
HSL color Cylindrical-coordinate representation of color #D31872: hue angle of 331.12º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31872 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 114 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.17 |
| HSL | 331.12º | 0.8% | 0.46% | - |
| HSV(B) | 331.12º | 0.89% | 0.83% | - |
| XYZ | 30.23 | 15.72 | 17.36 | - |
| YUV | 90.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 114 | 0 | 0.89 | 0.46 | 0.17 | 331.12 | 0.8 | 0.46 |
| Hex | D3 | 18 | 72 | 0 | 59 | 2E | 11 | 14B | 50 | 2E |
| Octal | 323 | 30 | 162 | 0 | 131 | 56 | 21 | 513 | 120 | 56 |
| Binary | 11010011 | 11000 | 1110010 | 0 | 1011001 | 101110 | 10001 | 101001011 | 1010000 | 101110 |
Color Harmonies of #D31872
Complementary color
Monochromatic Colors of #D31872
Black with #D31872
Text Example
Text Example
White with #D31872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31872; }
p { color: rgb(211,24,114); }
H1.HeaderClassName
{
color: #D31872;
}
.AnyTagClassName
{
color: #D31872;
}
</style>
background-color css
<style>
a { background-color: #D31872; }
a { background-color: rgb(211,24,114); }
div.DivClassName
{
background-color: #D31872;
}
.BgClassName
{
background-color: #D31872;
}
</style>
border-color css
<style>
span { border-color: #D31872; }
span { border-color: rgb(211,24,114); }
td.TdClassName
{
border-color: #D31872;
}
.TagClassName
{
border-color: #D31872;
}
</style>