Shades of Ruby #D91E6B
Tints of Ruby #D91E6B
RGB
CMYK
RGB Variations
Color information
#D91E6B (or 0xD91E6B) is known color: Ruby. HEX triplet: D9, 1E and 6B. RGB value is (217,30,107). Sum of RGB (Red+Green+Blue) = 217+30+107=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E6B is #26E194. Grayscale: #5E5E5E. Windows color (decimal): -2548117 or 7020249. OLE color: 7020249.
HSL color Cylindrical-coordinate representation of color #D91E6B: hue angle of 335.29º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E6B is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 107 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.15 |
| HSL | 335.29º | 0.76% | 0.48% | - |
| HSV(B) | 335.29º | 0.86% | 0.85% | - |
| XYZ | 31.73 | 16.74 | 15.47 | - |
| YUV | 94.69 | 134.95 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 107 | 0 | 0.86 | 0.51 | 0.15 | 335.29 | 0.76 | 0.48 |
| Hex | D9 | 1E | 6B | 0 | 56 | 33 | F | 14F | 4C | 30 |
| Octal | 331 | 36 | 153 | 0 | 126 | 63 | 17 | 517 | 114 | 60 |
| Binary | 11011001 | 11110 | 1101011 | 0 | 1010110 | 110011 | 1111 | 101001111 | 1001100 | 110000 |
Color Harmonies of #D91E6B
Complementary color
Monochromatic Colors of #D91E6B
Black with #D91E6B
Text Example
Text Example
White with #D91E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E6B; }
p { color: rgb(217,30,107); }
H1.HeaderClassName
{
color: #D91E6B;
}
.AnyTagClassName
{
color: #D91E6B;
}
</style>
background-color css
<style>
a { background-color: #D91E6B; }
a { background-color: rgb(217,30,107); }
div.DivClassName
{
background-color: #D91E6B;
}
.BgClassName
{
background-color: #D91E6B;
}
</style>
border-color css
<style>
span { border-color: #D91E6B; }
span { border-color: rgb(217,30,107); }
td.TdClassName
{
border-color: #D91E6B;
}
.TagClassName
{
border-color: #D91E6B;
}
</style>