Shades of Ruby #D91B6E
Tints of Ruby #D91B6E
RGB
CMYK
RGB Variations
Color information
#D91B6E (or 0xD91B6E) is known color: Ruby. HEX triplet: D9, 1B and 6E. RGB value is (217,27,110). Sum of RGB (Red+Green+Blue) = 217+27+110=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B6E is #26E491. Grayscale: #5D5D5D. Windows color (decimal): -2548882 or 7216089. OLE color: 7216089.
HSL color Cylindrical-coordinate representation of color #D91B6E: hue angle of 333.79º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91B6E is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 110 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.15 |
| HSL | 333.79º | 0.78% | 0.48% | - |
| HSV(B) | 333.79º | 0.88% | 0.85% | - |
| XYZ | 31.82 | 16.66 | 16.29 | - |
| YUV | 93.27 | 137.45 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 110 | 0 | 0.88 | 0.49 | 0.15 | 333.79 | 0.78 | 0.48 |
| Hex | D9 | 1B | 6E | 0 | 58 | 31 | F | 14E | 4E | 30 |
| Octal | 331 | 33 | 156 | 0 | 130 | 61 | 17 | 516 | 116 | 60 |
| Binary | 11011001 | 11011 | 1101110 | 0 | 1011000 | 110001 | 1111 | 101001110 | 1001110 | 110000 |
Color Harmonies of #D91B6E
Complementary color
Monochromatic Colors of #D91B6E
Black with #D91B6E
Text Example
Text Example
White with #D91B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91B6E; }
p { color: rgb(217,27,110); }
H1.HeaderClassName
{
color: #D91B6E;
}
.AnyTagClassName
{
color: #D91B6E;
}
</style>
background-color css
<style>
a { background-color: #D91B6E; }
a { background-color: rgb(217,27,110); }
div.DivClassName
{
background-color: #D91B6E;
}
.BgClassName
{
background-color: #D91B6E;
}
</style>
border-color css
<style>
span { border-color: #D91B6E; }
span { border-color: rgb(217,27,110); }
td.TdClassName
{
border-color: #D91B6E;
}
.TagClassName
{
border-color: #D91B6E;
}
</style>