Shades of Ruby #D91668
Tints of Ruby #D91668
RGB
CMYK
RGB Variations
Color information
#D91668 (or 0xD91668) is known color: Ruby. HEX triplet: D9, 16 and 68. RGB value is (217,22,104). Sum of RGB (Red+Green+Blue) = 217+22+104=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D91668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91668 is #26E997. Grayscale: #595959. Windows color (decimal): -2550168 or 6821593. OLE color: 6821593.
HSL color Cylindrical-coordinate representation of color #D91668: hue angle of 334.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91668 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 104 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.15 |
| HSL | 334.77º | 0.82% | 0.47% | - |
| HSV(B) | 334.77º | 0.9% | 0.85% | - |
| XYZ | 31.4 | 16.33 | 14.59 | - |
| YUV | 89.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 104 | 0 | 0.90 | 0.52 | 0.15 | 334.77 | 0.82 | 0.47 |
| Hex | D9 | 16 | 68 | 0 | 5A | 34 | F | 14F | 52 | 2F |
| Octal | 331 | 26 | 150 | 0 | 132 | 64 | 17 | 517 | 122 | 57 |
| Binary | 11011001 | 10110 | 1101000 | 0 | 1011010 | 110100 | 1111 | 101001111 | 1010010 | 101111 |
Color Harmonies of #D91668
Complementary color
Monochromatic Colors of #D91668
Black with #D91668
Text Example
Text Example
White with #D91668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91668; }
p { color: rgb(217,22,104); }
H1.HeaderClassName
{
color: #D91668;
}
.AnyTagClassName
{
color: #D91668;
}
</style>
background-color css
<style>
a { background-color: #D91668; }
a { background-color: rgb(217,22,104); }
div.DivClassName
{
background-color: #D91668;
}
.BgClassName
{
background-color: #D91668;
}
</style>
border-color css
<style>
span { border-color: #D91668; }
span { border-color: rgb(217,22,104); }
td.TdClassName
{
border-color: #D91668;
}
.TagClassName
{
border-color: #D91668;
}
</style>