Shades of Ruby #D91669
Tints of Ruby #D91669
RGB
CMYK
RGB Variations
Color information
#D91669 (or 0xD91669) is known color: Ruby. HEX triplet: D9, 16 and 69. RGB value is (217,22,105). Sum of RGB (Red+Green+Blue) = 217+22+105=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D91669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91669 is #26E996. Grayscale: #595959. Windows color (decimal): -2550167 or 6887129. OLE color: 6887129.
HSL color Cylindrical-coordinate representation of color #D91669: hue angle of 334.46º 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 #D91669 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 105 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.15 |
| HSL | 334.46º | 0.82% | 0.47% | - |
| HSV(B) | 334.46º | 0.9% | 0.85% | - |
| XYZ | 31.45 | 16.35 | 14.86 | - |
| YUV | 89.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 105 | 0 | 0.90 | 0.52 | 0.15 | 334.46 | 0.82 | 0.47 |
| Hex | D9 | 16 | 69 | 0 | 5A | 34 | F | 14E | 52 | 2F |
| Octal | 331 | 26 | 151 | 0 | 132 | 64 | 17 | 516 | 122 | 57 |
| Binary | 11011001 | 10110 | 1101001 | 0 | 1011010 | 110100 | 1111 | 101001110 | 1010010 | 101111 |
Color Harmonies of #D91669
Complementary color
Monochromatic Colors of #D91669
Black with #D91669
Text Example
Text Example
White with #D91669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91669; }
p { color: rgb(217,22,105); }
H1.HeaderClassName
{
color: #D91669;
}
.AnyTagClassName
{
color: #D91669;
}
</style>
background-color css
<style>
a { background-color: #D91669; }
a { background-color: rgb(217,22,105); }
div.DivClassName
{
background-color: #D91669;
}
.BgClassName
{
background-color: #D91669;
}
</style>
border-color css
<style>
span { border-color: #D91669; }
span { border-color: rgb(217,22,105); }
td.TdClassName
{
border-color: #D91669;
}
.TagClassName
{
border-color: #D91669;
}
</style>