Shades of Ruby #D80C75
Tints of Ruby #D80C75
RGB
CMYK
RGB Variations
Color information
#D80C75 (or 0xD80C75) is known color: Ruby. HEX triplet: D8, 0C and 75. RGB value is (216,12,117). Sum of RGB (Red+Green+Blue) = 216+12+117=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C75 is #27F38A. Grayscale: #545454. Windows color (decimal): -2618251 or 7671000. OLE color: 7671000.
HSL color Cylindrical-coordinate representation of color #D80C75: hue angle of 329.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C75 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 117 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.15 |
| HSL | 329.12º | 0.89% | 0.45% | - |
| HSV(B) | 329.12º | 0.94% | 0.85% | - |
| XYZ | 31.66 | 16.15 | 18.28 | - |
| YUV | 84.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 117 | 0 | 0.94 | 0.46 | 0.15 | 329.12 | 0.89 | 0.45 |
| Hex | D8 | C | 75 | 0 | 5E | 2E | F | 149 | 59 | 2D |
| Octal | 330 | 14 | 165 | 0 | 136 | 56 | 17 | 511 | 131 | 55 |
| Binary | 11011000 | 1100 | 1110101 | 0 | 1011110 | 101110 | 1111 | 101001001 | 1011001 | 101101 |
Color Harmonies of #D80C75
Complementary color
Monochromatic Colors of #D80C75
Black with #D80C75
Text Example
Text Example
White with #D80C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C75; }
p { color: rgb(216,12,117); }
H1.HeaderClassName
{
color: #D80C75;
}
.AnyTagClassName
{
color: #D80C75;
}
</style>
background-color css
<style>
a { background-color: #D80C75; }
a { background-color: rgb(216,12,117); }
div.DivClassName
{
background-color: #D80C75;
}
.BgClassName
{
background-color: #D80C75;
}
</style>
border-color css
<style>
span { border-color: #D80C75; }
span { border-color: rgb(216,12,117); }
td.TdClassName
{
border-color: #D80C75;
}
.TagClassName
{
border-color: #D80C75;
}
</style>