Shades of Ruby #D80968
Tints of Ruby #D80968
RGB
CMYK
RGB Variations
Color information
#D80968 (or 0xD80968) is known color: Ruby. HEX triplet: D8, 09 and 68. RGB value is (216,9,104). Sum of RGB (Red+Green+Blue) = 216+9+104=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D80968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80968 is #27F697. Grayscale: #515151. Windows color (decimal): -2619032 or 6818264. OLE color: 6818264.
HSL color Cylindrical-coordinate representation of color #D80968: hue angle of 332.46º degrees, saturation: 0.92, 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 #D80968 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.15 |
| HSL | 332.46º | 0.92% | 0.44% | - |
| HSV(B) | 332.46º | 0.96% | 0.85% | - |
| XYZ | 30.92 | 15.79 | 14.52 | - |
| YUV | 81.72 | 140.58 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 104 | 0 | 0.96 | 0.52 | 0.15 | 332.46 | 0.92 | 0.44 |
| Hex | D8 | 9 | 68 | 0 | 60 | 34 | F | 14C | 5C | 2C |
| Octal | 330 | 11 | 150 | 0 | 140 | 64 | 17 | 514 | 134 | 54 |
| Binary | 11011000 | 1001 | 1101000 | 0 | 1100000 | 110100 | 1111 | 101001100 | 1011100 | 101100 |
Color Harmonies of #D80968
Complementary color
Monochromatic Colors of #D80968
Black with #D80968
Text Example
Text Example
White with #D80968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80968; }
p { color: rgb(216,9,104); }
H1.HeaderClassName
{
color: #D80968;
}
.AnyTagClassName
{
color: #D80968;
}
</style>
background-color css
<style>
a { background-color: #D80968; }
a { background-color: rgb(216,9,104); }
div.DivClassName
{
background-color: #D80968;
}
.BgClassName
{
background-color: #D80968;
}
</style>
border-color css
<style>
span { border-color: #D80968; }
span { border-color: rgb(216,9,104); }
td.TdClassName
{
border-color: #D80968;
}
.TagClassName
{
border-color: #D80968;
}
</style>