Shades of Ruby #D81972
Tints of Ruby #D81972
RGB
CMYK
RGB Variations
Color information
#D81972 (or 0xD81972) is known color: Ruby. HEX triplet: D8, 19 and 72. RGB value is (216,25,114). Sum of RGB (Red+Green+Blue) = 216+25+114=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D81972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81972 is #27E68D. Grayscale: #5C5C5C. Windows color (decimal): -2614926 or 7477720. OLE color: 7477720.
HSL color Cylindrical-coordinate representation of color #D81972: hue angle of 332.04º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81972 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 114 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.15 |
| HSL | 332.04º | 0.79% | 0.47% | - |
| HSV(B) | 332.04º | 0.88% | 0.85% | - |
| XYZ | 31.7 | 16.51 | 17.44 | - |
| YUV | 92.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 114 | 0 | 0.88 | 0.47 | 0.15 | 332.04 | 0.79 | 0.47 |
| Hex | D8 | 19 | 72 | 0 | 58 | 2F | F | 14C | 4F | 2F |
| Octal | 330 | 31 | 162 | 0 | 130 | 57 | 17 | 514 | 117 | 57 |
| Binary | 11011000 | 11001 | 1110010 | 0 | 1011000 | 101111 | 1111 | 101001100 | 1001111 | 101111 |
Color Harmonies of #D81972
Complementary color
Monochromatic Colors of #D81972
Black with #D81972
Text Example
Text Example
White with #D81972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81972; }
p { color: rgb(216,25,114); }
H1.HeaderClassName
{
color: #D81972;
}
.AnyTagClassName
{
color: #D81972;
}
</style>
background-color css
<style>
a { background-color: #D81972; }
a { background-color: rgb(216,25,114); }
div.DivClassName
{
background-color: #D81972;
}
.BgClassName
{
background-color: #D81972;
}
</style>
border-color css
<style>
span { border-color: #D81972; }
span { border-color: rgb(216,25,114); }
td.TdClassName
{
border-color: #D81972;
}
.TagClassName
{
border-color: #D81972;
}
</style>