Shades of Ruby #D90875
Tints of Ruby #D90875
RGB
CMYK
RGB Variations
Color information
#D90875 (or 0xD90875) is known color: Ruby. HEX triplet: D9, 08 and 75. RGB value is (217,8,117). Sum of RGB (Red+Green+Blue) = 217+8+117=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D90875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90875 is #26F78A. Grayscale: #525252. Windows color (decimal): -2553739 or 7669977. OLE color: 7669977.
HSL color Cylindrical-coordinate representation of color #D90875: hue angle of 328.71º 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 #D90875 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 117 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.15 |
| HSL | 328.71º | 0.93% | 0.44% | - |
| HSV(B) | 328.71º | 0.96% | 0.85% | - |
| XYZ | 31.91 | 16.21 | 18.28 | - |
| YUV | 82.92 | 147.24 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 117 | 0 | 0.96 | 0.46 | 0.15 | 328.71 | 0.93 | 0.44 |
| Hex | D9 | 8 | 75 | 0 | 60 | 2E | F | 149 | 5D | 2C |
| Octal | 331 | 10 | 165 | 0 | 140 | 56 | 17 | 511 | 135 | 54 |
| Binary | 11011001 | 1000 | 1110101 | 0 | 1100000 | 101110 | 1111 | 101001001 | 1011101 | 101100 |
Color Harmonies of #D90875
Complementary color
Monochromatic Colors of #D90875
Black with #D90875
Text Example
Text Example
White with #D90875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90875; }
p { color: rgb(217,8,117); }
H1.HeaderClassName
{
color: #D90875;
}
.AnyTagClassName
{
color: #D90875;
}
</style>
background-color css
<style>
a { background-color: #D90875; }
a { background-color: rgb(217,8,117); }
div.DivClassName
{
background-color: #D90875;
}
.BgClassName
{
background-color: #D90875;
}
</style>
border-color css
<style>
span { border-color: #D90875; }
span { border-color: rgb(217,8,117); }
td.TdClassName
{
border-color: #D90875;
}
.TagClassName
{
border-color: #D90875;
}
</style>