Shades of Ruby #D91475
Tints of Ruby #D91475
RGB
CMYK
RGB Variations
Color information
#D91475 (or 0xD91475) is known color: Ruby. HEX triplet: D9, 14 and 75. RGB value is (217,20,117). Sum of RGB (Red+Green+Blue) = 217+20+117=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D91475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91475 is #26EB8A. Grayscale: #595959. Windows color (decimal): -2550667 or 7673049. OLE color: 7673049.
HSL color Cylindrical-coordinate representation of color #D91475: hue angle of 330.46º 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 #D91475 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 117 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.15 |
| HSL | 330.46º | 0.83% | 0.46% | - |
| HSV(B) | 330.46º | 0.91% | 0.85% | - |
| XYZ | 32.08 | 16.54 | 18.33 | - |
| YUV | 89.96 | 143.27 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 117 | 0 | 0.91 | 0.46 | 0.15 | 330.46 | 0.83 | 0.46 |
| Hex | D9 | 14 | 75 | 0 | 5B | 2E | F | 14A | 53 | 2E |
| Octal | 331 | 24 | 165 | 0 | 133 | 56 | 17 | 512 | 123 | 56 |
| Binary | 11011001 | 10100 | 1110101 | 0 | 1011011 | 101110 | 1111 | 101001010 | 1010011 | 101110 |
Color Harmonies of #D91475
Complementary color
Monochromatic Colors of #D91475
Black with #D91475
Text Example
Text Example
White with #D91475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91475; }
p { color: rgb(217,20,117); }
H1.HeaderClassName
{
color: #D91475;
}
.AnyTagClassName
{
color: #D91475;
}
</style>
background-color css
<style>
a { background-color: #D91475; }
a { background-color: rgb(217,20,117); }
div.DivClassName
{
background-color: #D91475;
}
.BgClassName
{
background-color: #D91475;
}
</style>
border-color css
<style>
span { border-color: #D91475; }
span { border-color: rgb(217,20,117); }
td.TdClassName
{
border-color: #D91475;
}
.TagClassName
{
border-color: #D91475;
}
</style>