Shades of Ruby #D90775
Tints of Ruby #D90775
RGB
CMYK
RGB Variations
Color information
#D90775 (or 0xD90775) is known color: Ruby. HEX triplet: D9, 07 and 75. RGB value is (217,7,117). Sum of RGB (Red+Green+Blue) = 217+7+117=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D90775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90775 is #26F88A. Grayscale: #525252. Windows color (decimal): -2553995 or 7669721. OLE color: 7669721.
HSL color Cylindrical-coordinate representation of color #D90775: hue angle of 328.57º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90775 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 117 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.15 |
| HSL | 328.57º | 0.94% | 0.44% | - |
| HSV(B) | 328.57º | 0.97% | 0.85% | - |
| XYZ | 31.9 | 16.19 | 18.27 | - |
| YUV | 82.33 | 147.57 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 117 | 0 | 0.97 | 0.46 | 0.15 | 328.57 | 0.94 | 0.44 |
| Hex | D9 | 7 | 75 | 0 | 61 | 2E | F | 149 | 5E | 2C |
| Octal | 331 | 7 | 165 | 0 | 141 | 56 | 17 | 511 | 136 | 54 |
| Binary | 11011001 | 111 | 1110101 | 0 | 1100001 | 101110 | 1111 | 101001001 | 1011110 | 101100 |
Color Harmonies of #D90775
Complementary color
Monochromatic Colors of #D90775
Black with #D90775
Text Example
Text Example
White with #D90775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90775; }
p { color: rgb(217,7,117); }
H1.HeaderClassName
{
color: #D90775;
}
.AnyTagClassName
{
color: #D90775;
}
</style>
background-color css
<style>
a { background-color: #D90775; }
a { background-color: rgb(217,7,117); }
div.DivClassName
{
background-color: #D90775;
}
.BgClassName
{
background-color: #D90775;
}
</style>
border-color css
<style>
span { border-color: #D90775; }
span { border-color: rgb(217,7,117); }
td.TdClassName
{
border-color: #D90775;
}
.TagClassName
{
border-color: #D90775;
}
</style>