Shades of Ruby #D80074
Tints of Ruby #D80074
RGB
CMYK
RGB Variations
Color information
#D80074 (or 0xD80074) is known color: Ruby. HEX triplet: D8, 00 and 74. RGB value is (216,0,116). Sum of RGB (Red+Green+Blue) = 216+0+116=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D80074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80074 is #27FF8B. Grayscale: #4D4D4D. Windows color (decimal): -2621324 or 7602392. OLE color: 7602392.
HSL color Cylindrical-coordinate representation of color #D80074: hue angle of 327.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80074 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.46 | 0.15 |
| HSL | 327.78º | 1% | 0.42% | - |
| HSV(B) | 327.78º | 1% | 0.85% | - |
| XYZ | 31.47 | 15.86 | 17.93 | - |
| YUV | 77.81 | 149.56 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 116 | 0 | 1 | 0.46 | 0.15 | 327.78 | 1 | 0.42 |
| Hex | D8 | 0 | 74 | 0 | 64 | 2E | F | 148 | 64 | 2A |
| Octal | 330 | 0 | 164 | 0 | 144 | 56 | 17 | 510 | 144 | 52 |
| Binary | 11011000 | 0 | 1110100 | 0 | 1100100 | 101110 | 1111 | 101001000 | 1100100 | 101010 |
Color Harmonies of #D80074
Complementary color
Monochromatic Colors of #D80074
Black with #D80074
Text Example
Text Example
White with #D80074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80074; }
p { color: rgb(216,0,116); }
H1.HeaderClassName
{
color: #D80074;
}
.AnyTagClassName
{
color: #D80074;
}
</style>
background-color css
<style>
a { background-color: #D80074; }
a { background-color: rgb(216,0,116); }
div.DivClassName
{
background-color: #D80074;
}
.BgClassName
{
background-color: #D80074;
}
</style>
border-color css
<style>
span { border-color: #D80074; }
span { border-color: rgb(216,0,116); }
td.TdClassName
{
border-color: #D80074;
}
.TagClassName
{
border-color: #D80074;
}
</style>