Shades of Ruby #D91467
Tints of Ruby #D91467
RGB
CMYK
RGB Variations
Color information
#D91467 (or 0xD91467) is known color: Ruby. HEX triplet: D9, 14 and 67. RGB value is (217,20,103). Sum of RGB (Red+Green+Blue) = 217+20+103=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D91467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91467 is #26EB98. Grayscale: #585858. Windows color (decimal): -2550681 or 6755545. OLE color: 6755545.
HSL color Cylindrical-coordinate representation of color #D91467: hue angle of 334.72º 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 #D91467 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 103 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.15 |
| HSL | 334.72º | 0.83% | 0.46% | - |
| HSV(B) | 334.72º | 0.91% | 0.85% | - |
| XYZ | 31.31 | 16.23 | 14.31 | - |
| YUV | 88.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 103 | 0 | 0.91 | 0.53 | 0.15 | 334.72 | 0.83 | 0.46 |
| Hex | D9 | 14 | 67 | 0 | 5B | 35 | F | 14F | 53 | 2E |
| Octal | 331 | 24 | 147 | 0 | 133 | 65 | 17 | 517 | 123 | 56 |
| Binary | 11011001 | 10100 | 1100111 | 0 | 1011011 | 110101 | 1111 | 101001111 | 1010011 | 101110 |
Color Harmonies of #D91467
Complementary color
Monochromatic Colors of #D91467
Black with #D91467
Text Example
Text Example
White with #D91467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91467; }
p { color: rgb(217,20,103); }
H1.HeaderClassName
{
color: #D91467;
}
.AnyTagClassName
{
color: #D91467;
}
</style>
background-color css
<style>
a { background-color: #D91467; }
a { background-color: rgb(217,20,103); }
div.DivClassName
{
background-color: #D91467;
}
.BgClassName
{
background-color: #D91467;
}
</style>
border-color css
<style>
span { border-color: #D91467; }
span { border-color: rgb(217,20,103); }
td.TdClassName
{
border-color: #D91467;
}
.TagClassName
{
border-color: #D91467;
}
</style>