Shades of Ruby #D91063
Tints of Ruby #D91063
RGB
CMYK
RGB Variations
Color information
#D91063 (or 0xD91063) is known color: Ruby. HEX triplet: D9, 10 and 63. RGB value is (217,16,99). Sum of RGB (Red+Green+Blue) = 217+16+99=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D91063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91063 is #26EF9C. Grayscale: #555555. Windows color (decimal): -2551709 or 6492377. OLE color: 6492377.
HSL color Cylindrical-coordinate representation of color #D91063: hue angle of 335.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91063 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 99 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.15 |
| HSL | 335.22º | 0.86% | 0.46% | - |
| HSV(B) | 335.22º | 0.93% | 0.85% | - |
| XYZ | 31.05 | 16.02 | 13.26 | - |
| YUV | 85.56 | 135.59 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 99 | 0 | 0.93 | 0.54 | 0.15 | 335.22 | 0.86 | 0.46 |
| Hex | D9 | 10 | 63 | 0 | 5D | 36 | F | 14F | 56 | 2E |
| Octal | 331 | 20 | 143 | 0 | 135 | 66 | 17 | 517 | 126 | 56 |
| Binary | 11011001 | 10000 | 1100011 | 0 | 1011101 | 110110 | 1111 | 101001111 | 1010110 | 101110 |
Color Harmonies of #D91063
Complementary color
Monochromatic Colors of #D91063
Black with #D91063
Text Example
Text Example
White with #D91063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91063; }
p { color: rgb(217,16,99); }
H1.HeaderClassName
{
color: #D91063;
}
.AnyTagClassName
{
color: #D91063;
}
</style>
background-color css
<style>
a { background-color: #D91063; }
a { background-color: rgb(217,16,99); }
div.DivClassName
{
background-color: #D91063;
}
.BgClassName
{
background-color: #D91063;
}
</style>
border-color css
<style>
span { border-color: #D91063; }
span { border-color: rgb(217,16,99); }
td.TdClassName
{
border-color: #D91063;
}
.TagClassName
{
border-color: #D91063;
}
</style>