Shades of Ruby #D80975
Tints of Ruby #D80975
RGB
CMYK
RGB Variations
Color information
#D80975 (or 0xD80975) is known color: Ruby. HEX triplet: D8, 09 and 75. RGB value is (216,9,117). Sum of RGB (Red+Green+Blue) = 216+9+117=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D80975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80975 is #27F68A. Grayscale: #525252. Windows color (decimal): -2619019 or 7670232. OLE color: 7670232.
HSL color Cylindrical-coordinate representation of color #D80975: hue angle of 328.7º 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 #D80975 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.15 |
| HSL | 328.7º | 0.92% | 0.44% | - |
| HSV(B) | 328.7º | 0.96% | 0.85% | - |
| XYZ | 31.63 | 16.08 | 18.27 | - |
| YUV | 83.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 117 | 0 | 0.96 | 0.46 | 0.15 | 328.7 | 0.92 | 0.44 |
| Hex | D8 | 9 | 75 | 0 | 60 | 2E | F | 149 | 5C | 2C |
| Octal | 330 | 11 | 165 | 0 | 140 | 56 | 17 | 511 | 134 | 54 |
| Binary | 11011000 | 1001 | 1110101 | 0 | 1100000 | 101110 | 1111 | 101001001 | 1011100 | 101100 |
Color Harmonies of #D80975
Complementary color
Monochromatic Colors of #D80975
Black with #D80975
Text Example
Text Example
White with #D80975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80975; }
p { color: rgb(216,9,117); }
H1.HeaderClassName
{
color: #D80975;
}
.AnyTagClassName
{
color: #D80975;
}
</style>
background-color css
<style>
a { background-color: #D80975; }
a { background-color: rgb(216,9,117); }
div.DivClassName
{
background-color: #D80975;
}
.BgClassName
{
background-color: #D80975;
}
</style>
border-color css
<style>
span { border-color: #D80975; }
span { border-color: rgb(216,9,117); }
td.TdClassName
{
border-color: #D80975;
}
.TagClassName
{
border-color: #D80975;
}
</style>