Shades of Ruby #D80765
Tints of Ruby #D80765
RGB
CMYK
RGB Variations
Color information
#D80765 (or 0xD80765) is known color: Ruby. HEX triplet: D8, 07 and 65. RGB value is (216,7,101). Sum of RGB (Red+Green+Blue) = 216+7+101=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D80765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80765 is #27F89A. Grayscale: #505050. Windows color (decimal): -2619547 or 6621144. OLE color: 6621144.
HSL color Cylindrical-coordinate representation of color #D80765: hue angle of 333.01º 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 #D80765 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.15 |
| HSL | 333.01º | 0.94% | 0.44% | - |
| HSV(B) | 333.01º | 0.97% | 0.85% | - |
| XYZ | 30.74 | 15.69 | 13.72 | - |
| YUV | 80.21 | 139.74 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 101 | 0 | 0.97 | 0.53 | 0.15 | 333.01 | 0.94 | 0.44 |
| Hex | D8 | 7 | 65 | 0 | 61 | 35 | F | 14D | 5E | 2C |
| Octal | 330 | 7 | 145 | 0 | 141 | 65 | 17 | 515 | 136 | 54 |
| Binary | 11011000 | 111 | 1100101 | 0 | 1100001 | 110101 | 1111 | 101001101 | 1011110 | 101100 |
Color Harmonies of #D80765
Complementary color
Monochromatic Colors of #D80765
Black with #D80765
Text Example
Text Example
White with #D80765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80765; }
p { color: rgb(216,7,101); }
H1.HeaderClassName
{
color: #D80765;
}
.AnyTagClassName
{
color: #D80765;
}
</style>
background-color css
<style>
a { background-color: #D80765; }
a { background-color: rgb(216,7,101); }
div.DivClassName
{
background-color: #D80765;
}
.BgClassName
{
background-color: #D80765;
}
</style>
border-color css
<style>
span { border-color: #D80765; }
span { border-color: rgb(216,7,101); }
td.TdClassName
{
border-color: #D80765;
}
.TagClassName
{
border-color: #D80765;
}
</style>