Shades of Ruby #D90869
Tints of Ruby #D90869
RGB
CMYK
RGB Variations
Color information
#D90869 (or 0xD90869) is known color: Ruby. HEX triplet: D9, 08 and 69. RGB value is (217,8,105). Sum of RGB (Red+Green+Blue) = 217+8+105=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D90869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90869 is #26F796. Grayscale: #515151. Windows color (decimal): -2553751 or 6883545. OLE color: 6883545.
HSL color Cylindrical-coordinate representation of color #D90869: hue angle of 332.15º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90869 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.15 |
| HSL | 332.15º | 0.93% | 0.44% | - |
| HSV(B) | 332.15º | 0.96% | 0.85% | - |
| XYZ | 31.25 | 15.95 | 14.8 | - |
| YUV | 81.55 | 141.24 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 105 | 0 | 0.96 | 0.52 | 0.15 | 332.15 | 0.93 | 0.44 |
| Hex | D9 | 8 | 69 | 0 | 60 | 34 | F | 14C | 5D | 2C |
| Octal | 331 | 10 | 151 | 0 | 140 | 64 | 17 | 514 | 135 | 54 |
| Binary | 11011001 | 1000 | 1101001 | 0 | 1100000 | 110100 | 1111 | 101001100 | 1011101 | 101100 |
Color Harmonies of #D90869
Complementary color
Monochromatic Colors of #D90869
Black with #D90869
Text Example
Text Example
White with #D90869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90869; }
p { color: rgb(217,8,105); }
H1.HeaderClassName
{
color: #D90869;
}
.AnyTagClassName
{
color: #D90869;
}
</style>
background-color css
<style>
a { background-color: #D90869; }
a { background-color: rgb(217,8,105); }
div.DivClassName
{
background-color: #D90869;
}
.BgClassName
{
background-color: #D90869;
}
</style>
border-color css
<style>
span { border-color: #D90869; }
span { border-color: rgb(217,8,105); }
td.TdClassName
{
border-color: #D90869;
}
.TagClassName
{
border-color: #D90869;
}
</style>