Shades of Ruby #D91364
Tints of Ruby #D91364
RGB
CMYK
RGB Variations
Color information
#D91364 (or 0xD91364) is known color: Ruby. HEX triplet: D9, 13 and 64. RGB value is (217,19,100). Sum of RGB (Red+Green+Blue) = 217+19+100=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D91364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91364 is #26EC9B. Grayscale: #575757. Windows color (decimal): -2550940 or 6558681. OLE color: 6558681.
HSL color Cylindrical-coordinate representation of color #D91364: hue angle of 335.45º 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 #D91364 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 100 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.15 |
| HSL | 335.45º | 0.84% | 0.46% | - |
| HSV(B) | 335.45º | 0.91% | 0.85% | - |
| XYZ | 31.15 | 16.14 | 13.53 | - |
| YUV | 87.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 100 | 0 | 0.91 | 0.54 | 0.15 | 335.45 | 0.84 | 0.46 |
| Hex | D9 | 13 | 64 | 0 | 5B | 36 | F | 14F | 54 | 2E |
| Octal | 331 | 23 | 144 | 0 | 133 | 66 | 17 | 517 | 124 | 56 |
| Binary | 11011001 | 10011 | 1100100 | 0 | 1011011 | 110110 | 1111 | 101001111 | 1010100 | 101110 |
Color Harmonies of #D91364
Complementary color
Monochromatic Colors of #D91364
Black with #D91364
Text Example
Text Example
White with #D91364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91364; }
p { color: rgb(217,19,100); }
H1.HeaderClassName
{
color: #D91364;
}
.AnyTagClassName
{
color: #D91364;
}
</style>
background-color css
<style>
a { background-color: #D91364; }
a { background-color: rgb(217,19,100); }
div.DivClassName
{
background-color: #D91364;
}
.BgClassName
{
background-color: #D91364;
}
</style>
border-color css
<style>
span { border-color: #D91364; }
span { border-color: rgb(217,19,100); }
td.TdClassName
{
border-color: #D91364;
}
.TagClassName
{
border-color: #D91364;
}
</style>