Shades of Ruby #D80775
Tints of Ruby #D80775
RGB
CMYK
RGB Variations
Color information
#D80775 (or 0xD80775) is known color: Ruby. HEX triplet: D8, 07 and 75. RGB value is (216,7,117). Sum of RGB (Red+Green+Blue) = 216+7+117=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D80775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80775 is #27F88A. Grayscale: #515151. Windows color (decimal): -2619531 or 7669720. OLE color: 7669720.
HSL color Cylindrical-coordinate representation of color #D80775: hue angle of 328.42º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80775 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 117 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.15 |
| HSL | 328.42º | 0.94% | 0.44% | - |
| HSV(B) | 328.42º | 0.97% | 0.85% | - |
| XYZ | 31.61 | 16.04 | 18.26 | - |
| YUV | 82.03 | 147.74 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 117 | 0 | 0.97 | 0.46 | 0.15 | 328.42 | 0.94 | 0.44 |
| Hex | D8 | 7 | 75 | 0 | 61 | 2E | F | 148 | 5E | 2C |
| Octal | 330 | 7 | 165 | 0 | 141 | 56 | 17 | 510 | 136 | 54 |
| Binary | 11011000 | 111 | 1110101 | 0 | 1100001 | 101110 | 1111 | 101001000 | 1011110 | 101100 |
Color Harmonies of #D80775
Complementary color
Monochromatic Colors of #D80775
Black with #D80775
Text Example
Text Example
White with #D80775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80775; }
p { color: rgb(216,7,117); }
H1.HeaderClassName
{
color: #D80775;
}
.AnyTagClassName
{
color: #D80775;
}
</style>
background-color css
<style>
a { background-color: #D80775; }
a { background-color: rgb(216,7,117); }
div.DivClassName
{
background-color: #D80775;
}
.BgClassName
{
background-color: #D80775;
}
</style>
border-color css
<style>
span { border-color: #D80775; }
span { border-color: rgb(216,7,117); }
td.TdClassName
{
border-color: #D80775;
}
.TagClassName
{
border-color: #D80775;
}
</style>