Shades of Ruby #D81072
Tints of Ruby #D81072
RGB
CMYK
RGB Variations
Color information
#D81072 (or 0xD81072) is known color: Ruby. HEX triplet: D8, 10 and 72. RGB value is (216,16,114). Sum of RGB (Red+Green+Blue) = 216+16+114=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D81072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81072 is #27EF8D. Grayscale: #565656. Windows color (decimal): -2617230 or 7475416. OLE color: 7475416.
HSL color Cylindrical-coordinate representation of color #D81072: hue angle of 330.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81072 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 114 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.15 |
| HSL | 330.6º | 0.86% | 0.45% | - |
| HSV(B) | 330.6º | 0.93% | 0.85% | - |
| XYZ | 31.54 | 16.18 | 17.38 | - |
| YUV | 86.97 | 143.26 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 114 | 0 | 0.93 | 0.47 | 0.15 | 330.6 | 0.86 | 0.45 |
| Hex | D8 | 10 | 72 | 0 | 5D | 2F | F | 14B | 56 | 2D |
| Octal | 330 | 20 | 162 | 0 | 135 | 57 | 17 | 513 | 126 | 55 |
| Binary | 11011000 | 10000 | 1110010 | 0 | 1011101 | 101111 | 1111 | 101001011 | 1010110 | 101101 |
Color Harmonies of #D81072
Complementary color
Monochromatic Colors of #D81072
Black with #D81072
Text Example
Text Example
White with #D81072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81072; }
p { color: rgb(216,16,114); }
H1.HeaderClassName
{
color: #D81072;
}
.AnyTagClassName
{
color: #D81072;
}
</style>
background-color css
<style>
a { background-color: #D81072; }
a { background-color: rgb(216,16,114); }
div.DivClassName
{
background-color: #D81072;
}
.BgClassName
{
background-color: #D81072;
}
</style>
border-color css
<style>
span { border-color: #D81072; }
span { border-color: rgb(216,16,114); }
td.TdClassName
{
border-color: #D81072;
}
.TagClassName
{
border-color: #D81072;
}
</style>