Shades of Ruby #D91867
Tints of Ruby #D91867
RGB
CMYK
RGB Variations
Color information
#D91867 (or 0xD91867) is known color: Ruby. HEX triplet: D9, 18 and 67. RGB value is (217,24,103). Sum of RGB (Red+Green+Blue) = 217+24+103=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D91867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91867 is #26E798. Grayscale: #5A5A5A. Windows color (decimal): -2549657 or 6756569. OLE color: 6756569.
HSL color Cylindrical-coordinate representation of color #D91867: hue angle of 335.44º 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 #D91867 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 103 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.15 |
| HSL | 335.44º | 0.8% | 0.47% | - |
| HSV(B) | 335.44º | 0.89% | 0.85% | - |
| XYZ | 31.39 | 16.38 | 14.34 | - |
| YUV | 90.71 | 134.94 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 103 | 0 | 0.89 | 0.53 | 0.15 | 335.44 | 0.8 | 0.47 |
| Hex | D9 | 18 | 67 | 0 | 59 | 35 | F | 14F | 50 | 2F |
| Octal | 331 | 30 | 147 | 0 | 131 | 65 | 17 | 517 | 120 | 57 |
| Binary | 11011001 | 11000 | 1100111 | 0 | 1011001 | 110101 | 1111 | 101001111 | 1010000 | 101111 |
Color Harmonies of #D91867
Complementary color
Monochromatic Colors of #D91867
Black with #D91867
Text Example
Text Example
White with #D91867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91867; }
p { color: rgb(217,24,103); }
H1.HeaderClassName
{
color: #D91867;
}
.AnyTagClassName
{
color: #D91867;
}
</style>
background-color css
<style>
a { background-color: #D91867; }
a { background-color: rgb(217,24,103); }
div.DivClassName
{
background-color: #D91867;
}
.BgClassName
{
background-color: #D91867;
}
</style>
border-color css
<style>
span { border-color: #D91867; }
span { border-color: rgb(217,24,103); }
td.TdClassName
{
border-color: #D91867;
}
.TagClassName
{
border-color: #D91867;
}
</style>