Shades of Ruby #D91468
Tints of Ruby #D91468
RGB
CMYK
RGB Variations
Color information
#D91468 (or 0xD91468) is known color: Ruby. HEX triplet: D9, 14 and 68. RGB value is (217,20,104). Sum of RGB (Red+Green+Blue) = 217+20+104=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D91468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91468 is #26EB97. Grayscale: #585858. Windows color (decimal): -2550680 or 6821081. OLE color: 6821081.
HSL color Cylindrical-coordinate representation of color #D91468: hue angle of 334.42º 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 #D91468 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 104 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.15 |
| HSL | 334.42º | 0.83% | 0.46% | - |
| HSV(B) | 334.42º | 0.91% | 0.85% | - |
| XYZ | 31.36 | 16.25 | 14.58 | - |
| YUV | 88.48 | 136.77 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 104 | 0 | 0.91 | 0.52 | 0.15 | 334.42 | 0.83 | 0.46 |
| Hex | D9 | 14 | 68 | 0 | 5B | 34 | F | 14E | 53 | 2E |
| Octal | 331 | 24 | 150 | 0 | 133 | 64 | 17 | 516 | 123 | 56 |
| Binary | 11011001 | 10100 | 1101000 | 0 | 1011011 | 110100 | 1111 | 101001110 | 1010011 | 101110 |
Color Harmonies of #D91468
Complementary color
Monochromatic Colors of #D91468
Black with #D91468
Text Example
Text Example
White with #D91468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91468; }
p { color: rgb(217,20,104); }
H1.HeaderClassName
{
color: #D91468;
}
.AnyTagClassName
{
color: #D91468;
}
</style>
background-color css
<style>
a { background-color: #D91468; }
a { background-color: rgb(217,20,104); }
div.DivClassName
{
background-color: #D91468;
}
.BgClassName
{
background-color: #D91468;
}
</style>
border-color css
<style>
span { border-color: #D91468; }
span { border-color: rgb(217,20,104); }
td.TdClassName
{
border-color: #D91468;
}
.TagClassName
{
border-color: #D91468;
}
</style>