Shades of Ruby #D82060
Tints of Ruby #D82060
RGB
CMYK
RGB Variations
Color information
#D82060 (or 0xD82060) is known color: Ruby. HEX triplet: D8, 20 and 60. RGB value is (216,32,96). Sum of RGB (Red+Green+Blue) = 216+32+96=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D82060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82060 is #27DF9F. Grayscale: #5E5E5E. Windows color (decimal): -2613152 or 6299864. OLE color: 6299864.
HSL color Cylindrical-coordinate representation of color #D82060: hue angle of 339.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82060 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 96 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.15 |
| HSL | 339.13º | 0.74% | 0.49% | - |
| HSV(B) | 339.13º | 0.85% | 0.85% | - |
| XYZ | 30.95 | 16.48 | 12.62 | - |
| YUV | 94.31 | 128.96 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 96 | 0 | 0.85 | 0.56 | 0.15 | 339.13 | 0.74 | 0.49 |
| Hex | D8 | 20 | 60 | 0 | 55 | 38 | F | 153 | 4A | 31 |
| Octal | 330 | 40 | 140 | 0 | 125 | 70 | 17 | 523 | 112 | 61 |
| Binary | 11011000 | 100000 | 1100000 | 0 | 1010101 | 111000 | 1111 | 101010011 | 1001010 | 110001 |
Color Harmonies of #D82060
Complementary color
Monochromatic Colors of #D82060
Black with #D82060
Text Example
Text Example
White with #D82060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82060; }
p { color: rgb(216,32,96); }
H1.HeaderClassName
{
color: #D82060;
}
.AnyTagClassName
{
color: #D82060;
}
</style>
background-color css
<style>
a { background-color: #D82060; }
a { background-color: rgb(216,32,96); }
div.DivClassName
{
background-color: #D82060;
}
.BgClassName
{
background-color: #D82060;
}
</style>
border-color css
<style>
span { border-color: #D82060; }
span { border-color: rgb(216,32,96); }
td.TdClassName
{
border-color: #D82060;
}
.TagClassName
{
border-color: #D82060;
}
</style>