Shades of Ruby #D81772
Tints of Ruby #D81772
RGB
CMYK
RGB Variations
Color information
#D81772 (or 0xD81772) is known color: Ruby. HEX triplet: D8, 17 and 72. RGB value is (216,23,114). Sum of RGB (Red+Green+Blue) = 216+23+114=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D81772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81772 is #27E88D. Grayscale: #5A5A5A. Windows color (decimal): -2615438 or 7477208. OLE color: 7477208.
HSL color Cylindrical-coordinate representation of color #D81772: hue angle of 331.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81772 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 114 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.15 |
| HSL | 331.71º | 0.81% | 0.47% | - |
| HSV(B) | 331.71º | 0.89% | 0.85% | - |
| XYZ | 31.66 | 16.43 | 17.42 | - |
| YUV | 91.08 | 140.94 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 114 | 0 | 0.89 | 0.47 | 0.15 | 331.71 | 0.81 | 0.47 |
| Hex | D8 | 17 | 72 | 0 | 59 | 2F | F | 14C | 51 | 2F |
| Octal | 330 | 27 | 162 | 0 | 131 | 57 | 17 | 514 | 121 | 57 |
| Binary | 11011000 | 10111 | 1110010 | 0 | 1011001 | 101111 | 1111 | 101001100 | 1010001 | 101111 |
Color Harmonies of #D81772
Complementary color
Monochromatic Colors of #D81772
Black with #D81772
Text Example
Text Example
White with #D81772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81772; }
p { color: rgb(216,23,114); }
H1.HeaderClassName
{
color: #D81772;
}
.AnyTagClassName
{
color: #D81772;
}
</style>
background-color css
<style>
a { background-color: #D81772; }
a { background-color: rgb(216,23,114); }
div.DivClassName
{
background-color: #D81772;
}
.BgClassName
{
background-color: #D81772;
}
</style>
border-color css
<style>
span { border-color: #D81772; }
span { border-color: rgb(216,23,114); }
td.TdClassName
{
border-color: #D81772;
}
.TagClassName
{
border-color: #D81772;
}
</style>