Shades of Ruby #D91366
Tints of Ruby #D91366
RGB
CMYK
RGB Variations
Color information
#D91366 (or 0xD91366) is known color: Ruby. HEX triplet: D9, 13 and 66. RGB value is (217,19,102). Sum of RGB (Red+Green+Blue) = 217+19+102=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D91366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91366 is #26EC99. Grayscale: #575757. Windows color (decimal): -2550938 or 6689753. OLE color: 6689753.
HSL color Cylindrical-coordinate representation of color #D91366: hue angle of 334.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91366 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 102 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.15 |
| HSL | 334.85º | 0.84% | 0.46% | - |
| HSV(B) | 334.85º | 0.91% | 0.85% | - |
| XYZ | 31.25 | 16.18 | 14.05 | - |
| YUV | 87.66 | 136.1 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 102 | 0 | 0.91 | 0.53 | 0.15 | 334.85 | 0.84 | 0.46 |
| Hex | D9 | 13 | 66 | 0 | 5B | 35 | F | 14F | 54 | 2E |
| Octal | 331 | 23 | 146 | 0 | 133 | 65 | 17 | 517 | 124 | 56 |
| Binary | 11011001 | 10011 | 1100110 | 0 | 1011011 | 110101 | 1111 | 101001111 | 1010100 | 101110 |
Color Harmonies of #D91366
Complementary color
Monochromatic Colors of #D91366
Black with #D91366
Text Example
Text Example
White with #D91366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91366; }
p { color: rgb(217,19,102); }
H1.HeaderClassName
{
color: #D91366;
}
.AnyTagClassName
{
color: #D91366;
}
</style>
background-color css
<style>
a { background-color: #D91366; }
a { background-color: rgb(217,19,102); }
div.DivClassName
{
background-color: #D91366;
}
.BgClassName
{
background-color: #D91366;
}
</style>
border-color css
<style>
span { border-color: #D91366; }
span { border-color: rgb(217,19,102); }
td.TdClassName
{
border-color: #D91366;
}
.TagClassName
{
border-color: #D91366;
}
</style>