Shades of Ruby #D80969
Tints of Ruby #D80969
RGB
CMYK
RGB Variations
Color information
#D80969 (or 0xD80969) is known color: Ruby. HEX triplet: D8, 09 and 69. RGB value is (216,9,105). Sum of RGB (Red+Green+Blue) = 216+9+105=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D80969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80969 is #27F696. Grayscale: #515151. Windows color (decimal): -2619031 or 6883800. OLE color: 6883800.
HSL color Cylindrical-coordinate representation of color #D80969: hue angle of 332.17º 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 #D80969 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 105 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.15 |
| HSL | 332.17º | 0.92% | 0.44% | - |
| HSV(B) | 332.17º | 0.96% | 0.85% | - |
| XYZ | 30.97 | 15.81 | 14.78 | - |
| YUV | 81.84 | 141.08 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 105 | 0 | 0.96 | 0.51 | 0.15 | 332.17 | 0.92 | 0.44 |
| Hex | D8 | 9 | 69 | 0 | 60 | 33 | F | 14C | 5C | 2C |
| Octal | 330 | 11 | 151 | 0 | 140 | 63 | 17 | 514 | 134 | 54 |
| Binary | 11011000 | 1001 | 1101001 | 0 | 1100000 | 110011 | 1111 | 101001100 | 1011100 | 101100 |
Color Harmonies of #D80969
Complementary color
Monochromatic Colors of #D80969
Black with #D80969
Text Example
Text Example
White with #D80969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80969; }
p { color: rgb(216,9,105); }
H1.HeaderClassName
{
color: #D80969;
}
.AnyTagClassName
{
color: #D80969;
}
</style>
background-color css
<style>
a { background-color: #D80969; }
a { background-color: rgb(216,9,105); }
div.DivClassName
{
background-color: #D80969;
}
.BgClassName
{
background-color: #D80969;
}
</style>
border-color css
<style>
span { border-color: #D80969; }
span { border-color: rgb(216,9,105); }
td.TdClassName
{
border-color: #D80969;
}
.TagClassName
{
border-color: #D80969;
}
</style>