Shades of Ruby #D80874
Tints of Ruby #D80874
RGB
CMYK
RGB Variations
Color information
#D80874 (or 0xD80874) is known color: Ruby. HEX triplet: D8, 08 and 74. RGB value is (216,8,116). Sum of RGB (Red+Green+Blue) = 216+8+116=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D80874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80874 is #27F78B. Grayscale: #525252. Windows color (decimal): -2619276 or 7604440. OLE color: 7604440.
HSL color Cylindrical-coordinate representation of color #D80874: hue angle of 328.85º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80874 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 116 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.15 |
| HSL | 328.85º | 0.93% | 0.44% | - |
| HSV(B) | 328.85º | 0.96% | 0.85% | - |
| XYZ | 31.56 | 16.03 | 17.95 | - |
| YUV | 82.5 | 146.91 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 116 | 0 | 0.96 | 0.46 | 0.15 | 328.85 | 0.93 | 0.44 |
| Hex | D8 | 8 | 74 | 0 | 60 | 2E | F | 149 | 5D | 2C |
| Octal | 330 | 10 | 164 | 0 | 140 | 56 | 17 | 511 | 135 | 54 |
| Binary | 11011000 | 1000 | 1110100 | 0 | 1100000 | 101110 | 1111 | 101001001 | 1011101 | 101100 |
Color Harmonies of #D80874
Complementary color
Monochromatic Colors of #D80874
Black with #D80874
Text Example
Text Example
White with #D80874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80874; }
p { color: rgb(216,8,116); }
H1.HeaderClassName
{
color: #D80874;
}
.AnyTagClassName
{
color: #D80874;
}
</style>
background-color css
<style>
a { background-color: #D80874; }
a { background-color: rgb(216,8,116); }
div.DivClassName
{
background-color: #D80874;
}
.BgClassName
{
background-color: #D80874;
}
</style>
border-color css
<style>
span { border-color: #D80874; }
span { border-color: rgb(216,8,116); }
td.TdClassName
{
border-color: #D80874;
}
.TagClassName
{
border-color: #D80874;
}
</style>