Shades of Ruby #D91266
Tints of Ruby #D91266
RGB
CMYK
RGB Variations
Color information
#D91266 (or 0xD91266) is known color: Ruby. HEX triplet: D9, 12 and 66. RGB value is (217,18,102). Sum of RGB (Red+Green+Blue) = 217+18+102=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D91266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91266 is #26ED99. Grayscale: #565656. Windows color (decimal): -2551194 or 6689497. OLE color: 6689497.
HSL color Cylindrical-coordinate representation of color #D91266: hue angle of 334.67º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91266 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 102 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.15 |
| HSL | 334.67º | 0.85% | 0.46% | - |
| HSV(B) | 334.67º | 0.92% | 0.85% | - |
| XYZ | 31.23 | 16.14 | 14.04 | - |
| YUV | 87.08 | 136.43 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 102 | 0 | 0.92 | 0.53 | 0.15 | 334.67 | 0.85 | 0.46 |
| Hex | D9 | 12 | 66 | 0 | 5C | 35 | F | 14F | 55 | 2E |
| Octal | 331 | 22 | 146 | 0 | 134 | 65 | 17 | 517 | 125 | 56 |
| Binary | 11011001 | 10010 | 1100110 | 0 | 1011100 | 110101 | 1111 | 101001111 | 1010101 | 101110 |
Color Harmonies of #D91266
Complementary color
Monochromatic Colors of #D91266
Black with #D91266
Text Example
Text Example
White with #D91266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91266; }
p { color: rgb(217,18,102); }
H1.HeaderClassName
{
color: #D91266;
}
.AnyTagClassName
{
color: #D91266;
}
</style>
background-color css
<style>
a { background-color: #D91266; }
a { background-color: rgb(217,18,102); }
div.DivClassName
{
background-color: #D91266;
}
.BgClassName
{
background-color: #D91266;
}
</style>
border-color css
<style>
span { border-color: #D91266; }
span { border-color: rgb(217,18,102); }
td.TdClassName
{
border-color: #D91266;
}
.TagClassName
{
border-color: #D91266;
}
</style>