Shades of Ruby #D80962
Tints of Ruby #D80962
RGB
CMYK
RGB Variations
Color information
#D80962 (or 0xD80962) is known color: Ruby. HEX triplet: D8, 09 and 62. RGB value is (216,9,98). Sum of RGB (Red+Green+Blue) = 216+9+98=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D80962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80962 is #27F69D. Grayscale: #505050. Windows color (decimal): -2619038 or 6425048. OLE color: 6425048.
HSL color Cylindrical-coordinate representation of color #D80962: hue angle of 334.2º 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 #D80962 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.15 |
| HSL | 334.2º | 0.92% | 0.44% | - |
| HSV(B) | 334.2º | 0.96% | 0.85% | - |
| XYZ | 30.62 | 15.68 | 12.97 | - |
| YUV | 81.04 | 137.58 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 98 | 0 | 0.96 | 0.55 | 0.15 | 334.2 | 0.92 | 0.44 |
| Hex | D8 | 9 | 62 | 0 | 60 | 37 | F | 14E | 5C | 2C |
| Octal | 330 | 11 | 142 | 0 | 140 | 67 | 17 | 516 | 134 | 54 |
| Binary | 11011000 | 1001 | 1100010 | 0 | 1100000 | 110111 | 1111 | 101001110 | 1011100 | 101100 |
Color Harmonies of #D80962
Complementary color
Monochromatic Colors of #D80962
Black with #D80962
Text Example
Text Example
White with #D80962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80962; }
p { color: rgb(216,9,98); }
H1.HeaderClassName
{
color: #D80962;
}
.AnyTagClassName
{
color: #D80962;
}
</style>
background-color css
<style>
a { background-color: #D80962; }
a { background-color: rgb(216,9,98); }
div.DivClassName
{
background-color: #D80962;
}
.BgClassName
{
background-color: #D80962;
}
</style>
border-color css
<style>
span { border-color: #D80962; }
span { border-color: rgb(216,9,98); }
td.TdClassName
{
border-color: #D80962;
}
.TagClassName
{
border-color: #D80962;
}
</style>