Shades of Ruby #D80963
Tints of Ruby #D80963
RGB
CMYK
RGB Variations
Color information
#D80963 (or 0xD80963) is known color: Ruby. HEX triplet: D8, 09 and 63. RGB value is (216,9,99). Sum of RGB (Red+Green+Blue) = 216+9+99=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D80963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80963 is #27F69C. Grayscale: #515151. Windows color (decimal): -2619037 or 6490584. OLE color: 6490584.
HSL color Cylindrical-coordinate representation of color #D80963: hue angle of 333.91º 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 #D80963 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.15 |
| HSL | 333.91º | 0.92% | 0.44% | - |
| HSV(B) | 333.91º | 0.96% | 0.85% | - |
| XYZ | 30.67 | 15.7 | 13.22 | - |
| YUV | 81.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 99 | 0 | 0.96 | 0.54 | 0.15 | 333.91 | 0.92 | 0.44 |
| Hex | D8 | 9 | 63 | 0 | 60 | 36 | F | 14E | 5C | 2C |
| Octal | 330 | 11 | 143 | 0 | 140 | 66 | 17 | 516 | 134 | 54 |
| Binary | 11011000 | 1001 | 1100011 | 0 | 1100000 | 110110 | 1111 | 101001110 | 1011100 | 101100 |
Color Harmonies of #D80963
Complementary color
Monochromatic Colors of #D80963
Black with #D80963
Text Example
Text Example
White with #D80963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80963; }
p { color: rgb(216,9,99); }
H1.HeaderClassName
{
color: #D80963;
}
.AnyTagClassName
{
color: #D80963;
}
</style>
background-color css
<style>
a { background-color: #D80963; }
a { background-color: rgb(216,9,99); }
div.DivClassName
{
background-color: #D80963;
}
.BgClassName
{
background-color: #D80963;
}
</style>
border-color css
<style>
span { border-color: #D80963; }
span { border-color: rgb(216,9,99); }
td.TdClassName
{
border-color: #D80963;
}
.TagClassName
{
border-color: #D80963;
}
</style>