Shades of Ruby #D90073
Tints of Ruby #D90073
RGB
CMYK
RGB Variations
Color information
#D90073 (or 0xD90073) is known color: Ruby. HEX triplet: D9, 00 and 73. RGB value is (217,0,115). Sum of RGB (Red+Green+Blue) = 217+0+115=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D90073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90073 is #26FF8C. Grayscale: #4D4D4D. Windows color (decimal): -2555789 or 7536857. OLE color: 7536857.
HSL color Cylindrical-coordinate representation of color #D90073: hue angle of 328.2º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90073 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.47 | 0.15 |
| HSL | 328.2º | 1% | 0.43% | - |
| HSV(B) | 328.2º | 1% | 0.85% | - |
| XYZ | 31.71 | 15.99 | 17.63 | - |
| YUV | 77.99 | 148.89 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 115 | 0 | 1 | 0.47 | 0.15 | 328.2 | 1 | 0.43 |
| Hex | D9 | 0 | 73 | 0 | 64 | 2F | F | 148 | 64 | 2B |
| Octal | 331 | 0 | 163 | 0 | 144 | 57 | 17 | 510 | 144 | 53 |
| Binary | 11011001 | 0 | 1110011 | 0 | 1100100 | 101111 | 1111 | 101001000 | 1100100 | 101011 |
Color Harmonies of #D90073
Complementary color
Monochromatic Colors of #D90073
Black with #D90073
Text Example
Text Example
White with #D90073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90073; }
p { color: rgb(217,0,115); }
H1.HeaderClassName
{
color: #D90073;
}
.AnyTagClassName
{
color: #D90073;
}
</style>
background-color css
<style>
a { background-color: #D90073; }
a { background-color: rgb(217,0,115); }
div.DivClassName
{
background-color: #D90073;
}
.BgClassName
{
background-color: #D90073;
}
</style>
border-color css
<style>
span { border-color: #D90073; }
span { border-color: rgb(217,0,115); }
td.TdClassName
{
border-color: #D90073;
}
.TagClassName
{
border-color: #D90073;
}
</style>