Shades of Ruby #D91873
Tints of Ruby #D91873
RGB
CMYK
RGB Variations
Color information
#D91873 (or 0xD91873) is known color: Ruby. HEX triplet: D9, 18 and 73. RGB value is (217,24,115). Sum of RGB (Red+Green+Blue) = 217+24+115=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D91873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91873 is #26E78C. Grayscale: #5B5B5B. Windows color (decimal): -2549645 or 7543001. OLE color: 7543001.
HSL color Cylindrical-coordinate representation of color #D91873: hue angle of 331.71º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91873 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 115 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.15 |
| HSL | 331.71º | 0.8% | 0.47% | - |
| HSV(B) | 331.71º | 0.89% | 0.85% | - |
| XYZ | 32.04 | 16.64 | 17.74 | - |
| YUV | 92.08 | 140.94 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 115 | 0 | 0.89 | 0.47 | 0.15 | 331.71 | 0.8 | 0.47 |
| Hex | D9 | 18 | 73 | 0 | 59 | 2F | F | 14C | 50 | 2F |
| Octal | 331 | 30 | 163 | 0 | 131 | 57 | 17 | 514 | 120 | 57 |
| Binary | 11011001 | 11000 | 1110011 | 0 | 1011001 | 101111 | 1111 | 101001100 | 1010000 | 101111 |
Color Harmonies of #D91873
Complementary color
Monochromatic Colors of #D91873
Black with #D91873
Text Example
Text Example
White with #D91873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91873; }
p { color: rgb(217,24,115); }
H1.HeaderClassName
{
color: #D91873;
}
.AnyTagClassName
{
color: #D91873;
}
</style>
background-color css
<style>
a { background-color: #D91873; }
a { background-color: rgb(217,24,115); }
div.DivClassName
{
background-color: #D91873;
}
.BgClassName
{
background-color: #D91873;
}
</style>
border-color css
<style>
span { border-color: #D91873; }
span { border-color: rgb(217,24,115); }
td.TdClassName
{
border-color: #D91873;
}
.TagClassName
{
border-color: #D91873;
}
</style>