Shades of Ruby #D91465
Tints of Ruby #D91465
RGB
CMYK
RGB Variations
Color information
#D91465 (or 0xD91465) is known color: Ruby. HEX triplet: D9, 14 and 65. RGB value is (217,20,101). Sum of RGB (Red+Green+Blue) = 217+20+101=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D91465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91465 is #26EB9A. Grayscale: #585858. Windows color (decimal): -2550683 or 6624473. OLE color: 6624473.
HSL color Cylindrical-coordinate representation of color #D91465: hue angle of 335.33º degrees, saturation: 0.83, 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 #D91465 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 101 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.15 |
| HSL | 335.33º | 0.83% | 0.46% | - |
| HSV(B) | 335.33º | 0.91% | 0.85% | - |
| XYZ | 31.21 | 16.19 | 13.79 | - |
| YUV | 88.14 | 135.27 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 101 | 0 | 0.91 | 0.53 | 0.15 | 335.33 | 0.83 | 0.46 |
| Hex | D9 | 14 | 65 | 0 | 5B | 35 | F | 14F | 53 | 2E |
| Octal | 331 | 24 | 145 | 0 | 133 | 65 | 17 | 517 | 123 | 56 |
| Binary | 11011001 | 10100 | 1100101 | 0 | 1011011 | 110101 | 1111 | 101001111 | 1010011 | 101110 |
Color Harmonies of #D91465
Complementary color
Monochromatic Colors of #D91465
Black with #D91465
Text Example
Text Example
White with #D91465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91465; }
p { color: rgb(217,20,101); }
H1.HeaderClassName
{
color: #D91465;
}
.AnyTagClassName
{
color: #D91465;
}
</style>
background-color css
<style>
a { background-color: #D91465; }
a { background-color: rgb(217,20,101); }
div.DivClassName
{
background-color: #D91465;
}
.BgClassName
{
background-color: #D91465;
}
</style>
border-color css
<style>
span { border-color: #D91465; }
span { border-color: rgb(217,20,101); }
td.TdClassName
{
border-color: #D91465;
}
.TagClassName
{
border-color: #D91465;
}
</style>