Shades of Ruby #D91D67
Tints of Ruby #D91D67
RGB
CMYK
RGB Variations
Color information
#D91D67 (or 0xD91D67) is known color: Ruby. HEX triplet: D9, 1D and 67. RGB value is (217,29,103). Sum of RGB (Red+Green+Blue) = 217+29+103=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D67 is #26E298. Grayscale: #5D5D5D. Windows color (decimal): -2548377 or 6757849. OLE color: 6757849.
HSL color Cylindrical-coordinate representation of color #D91D67: hue angle of 336.38º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91D67 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 103 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.15 |
| HSL | 336.38º | 0.76% | 0.48% | - |
| HSV(B) | 336.38º | 0.87% | 0.85% | - |
| XYZ | 31.5 | 16.61 | 14.38 | - |
| YUV | 93.65 | 133.28 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 103 | 0 | 0.87 | 0.53 | 0.15 | 336.38 | 0.76 | 0.48 |
| Hex | D9 | 1D | 67 | 0 | 57 | 35 | F | 150 | 4C | 30 |
| Octal | 331 | 35 | 147 | 0 | 127 | 65 | 17 | 520 | 114 | 60 |
| Binary | 11011001 | 11101 | 1100111 | 0 | 1010111 | 110101 | 1111 | 101010000 | 1001100 | 110000 |
Color Harmonies of #D91D67
Complementary color
Monochromatic Colors of #D91D67
Black with #D91D67
Text Example
Text Example
White with #D91D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D67; }
p { color: rgb(217,29,103); }
H1.HeaderClassName
{
color: #D91D67;
}
.AnyTagClassName
{
color: #D91D67;
}
</style>
background-color css
<style>
a { background-color: #D91D67; }
a { background-color: rgb(217,29,103); }
div.DivClassName
{
background-color: #D91D67;
}
.BgClassName
{
background-color: #D91D67;
}
</style>
border-color css
<style>
span { border-color: #D91D67; }
span { border-color: rgb(217,29,103); }
td.TdClassName
{
border-color: #D91D67;
}
.TagClassName
{
border-color: #D91D67;
}
</style>