Shades of Ruby #D81F72
Tints of Ruby #D81F72
RGB
CMYK
RGB Variations
Color information
#D81F72 (or 0xD81F72) is known color: Ruby. HEX triplet: D8, 1F and 72. RGB value is (216,31,114). Sum of RGB (Red+Green+Blue) = 216+31+114=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F72 is #27E08D. Grayscale: #5F5F5F. Windows color (decimal): -2613390 or 7479256. OLE color: 7479256.
HSL color Cylindrical-coordinate representation of color #D81F72: hue angle of 333.08º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F72 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 114 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.15 |
| HSL | 333.08º | 0.75% | 0.48% | - |
| HSV(B) | 333.08º | 0.86% | 0.85% | - |
| XYZ | 31.85 | 16.79 | 17.48 | - |
| YUV | 95.78 | 138.29 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 114 | 0 | 0.86 | 0.47 | 0.15 | 333.08 | 0.75 | 0.48 |
| Hex | D8 | 1F | 72 | 0 | 56 | 2F | F | 14D | 4B | 30 |
| Octal | 330 | 37 | 162 | 0 | 126 | 57 | 17 | 515 | 113 | 60 |
| Binary | 11011000 | 11111 | 1110010 | 0 | 1010110 | 101111 | 1111 | 101001101 | 1001011 | 110000 |
Color Harmonies of #D81F72
Complementary color
Monochromatic Colors of #D81F72
Black with #D81F72
Text Example
Text Example
White with #D81F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81F72; }
p { color: rgb(216,31,114); }
H1.HeaderClassName
{
color: #D81F72;
}
.AnyTagClassName
{
color: #D81F72;
}
</style>
background-color css
<style>
a { background-color: #D81F72; }
a { background-color: rgb(216,31,114); }
div.DivClassName
{
background-color: #D81F72;
}
.BgClassName
{
background-color: #D81F72;
}
</style>
border-color css
<style>
span { border-color: #D81F72; }
span { border-color: rgb(216,31,114); }
td.TdClassName
{
border-color: #D81F72;
}
.TagClassName
{
border-color: #D81F72;
}
</style>