Shades of Ruby #D80371
Tints of Ruby #D80371
RGB
CMYK
RGB Variations
Color information
#D80371 (or 0xD80371) is known color: Ruby. HEX triplet: D8, 03 and 71. RGB value is (216,3,113). Sum of RGB (Red+Green+Blue) = 216+3+113=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D80371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80371 is #27FC8E. Grayscale: #4F4F4F. Windows color (decimal): -2620559 or 7406552. OLE color: 7406552.
HSL color Cylindrical-coordinate representation of color #D80371: hue angle of 329.01º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80371 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 113 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.15 |
| HSL | 329.01º | 0.97% | 0.43% | - |
| HSV(B) | 329.01º | 0.99% | 0.85% | - |
| XYZ | 31.33 | 15.86 | 17.03 | - |
| YUV | 79.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 113 | 0 | 0.99 | 0.48 | 0.15 | 329.01 | 0.97 | 0.43 |
| Hex | D8 | 3 | 71 | 0 | 63 | 30 | F | 149 | 61 | 2B |
| Octal | 330 | 3 | 161 | 0 | 143 | 60 | 17 | 511 | 141 | 53 |
| Binary | 11011000 | 11 | 1110001 | 0 | 1100011 | 110000 | 1111 | 101001001 | 1100001 | 101011 |
Color Harmonies of #D80371
Complementary color
Monochromatic Colors of #D80371
Black with #D80371
Text Example
Text Example
White with #D80371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80371; }
p { color: rgb(216,3,113); }
H1.HeaderClassName
{
color: #D80371;
}
.AnyTagClassName
{
color: #D80371;
}
</style>
background-color css
<style>
a { background-color: #D80371; }
a { background-color: rgb(216,3,113); }
div.DivClassName
{
background-color: #D80371;
}
.BgClassName
{
background-color: #D80371;
}
</style>
border-color css
<style>
span { border-color: #D80371; }
span { border-color: rgb(216,3,113); }
td.TdClassName
{
border-color: #D80371;
}
.TagClassName
{
border-color: #D80371;
}
</style>