Shades of Ruby #D80964
Tints of Ruby #D80964
RGB
CMYK
RGB Variations
Color information
#D80964 (or 0xD80964) is known color: Ruby. HEX triplet: D8, 09 and 64. RGB value is (216,9,100). Sum of RGB (Red+Green+Blue) = 216+9+100=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D80964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80964 is #27F69B. Grayscale: #515151. Windows color (decimal): -2619036 or 6556120. OLE color: 6556120.
HSL color Cylindrical-coordinate representation of color #D80964: hue angle of 333.62º 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 #D80964 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.15 |
| HSL | 333.62º | 0.92% | 0.44% | - |
| HSV(B) | 333.62º | 0.96% | 0.85% | - |
| XYZ | 30.72 | 15.71 | 13.47 | - |
| YUV | 81.27 | 138.58 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 100 | 0 | 0.96 | 0.54 | 0.15 | 333.62 | 0.92 | 0.44 |
| Hex | D8 | 9 | 64 | 0 | 60 | 36 | F | 14E | 5C | 2C |
| Octal | 330 | 11 | 144 | 0 | 140 | 66 | 17 | 516 | 134 | 54 |
| Binary | 11011000 | 1001 | 1100100 | 0 | 1100000 | 110110 | 1111 | 101001110 | 1011100 | 101100 |
Color Harmonies of #D80964
Complementary color
Monochromatic Colors of #D80964
Black with #D80964
Text Example
Text Example
White with #D80964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80964; }
p { color: rgb(216,9,100); }
H1.HeaderClassName
{
color: #D80964;
}
.AnyTagClassName
{
color: #D80964;
}
</style>
background-color css
<style>
a { background-color: #D80964; }
a { background-color: rgb(216,9,100); }
div.DivClassName
{
background-color: #D80964;
}
.BgClassName
{
background-color: #D80964;
}
</style>
border-color css
<style>
span { border-color: #D80964; }
span { border-color: rgb(216,9,100); }
td.TdClassName
{
border-color: #D80964;
}
.TagClassName
{
border-color: #D80964;
}
</style>