Shades of Ruby #D90275
Tints of Ruby #D90275
RGB
CMYK
RGB Variations
Color information
#D90275 (or 0xD90275) is known color: Ruby. HEX triplet: D9, 02 and 75. RGB value is (217,2,117). Sum of RGB (Red+Green+Blue) = 217+2+117=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D90275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90275 is #26FD8A. Grayscale: #4F4F4F. Windows color (decimal): -2555275 or 7668441. OLE color: 7668441.
HSL color Cylindrical-coordinate representation of color #D90275: hue angle of 327.91º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90275 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.15 |
| HSL | 327.91º | 0.98% | 0.43% | - |
| HSV(B) | 327.91º | 0.99% | 0.85% | - |
| XYZ | 31.85 | 16.08 | 18.25 | - |
| YUV | 79.4 | 149.23 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 117 | 0 | 0.99 | 0.46 | 0.15 | 327.91 | 0.98 | 0.43 |
| Hex | D9 | 2 | 75 | 0 | 63 | 2E | F | 148 | 62 | 2B |
| Octal | 331 | 2 | 165 | 0 | 143 | 56 | 17 | 510 | 142 | 53 |
| Binary | 11011001 | 10 | 1110101 | 0 | 1100011 | 101110 | 1111 | 101001000 | 1100010 | 101011 |
Color Harmonies of #D90275
Complementary color
Monochromatic Colors of #D90275
Black with #D90275
Text Example
Text Example
White with #D90275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90275; }
p { color: rgb(217,2,117); }
H1.HeaderClassName
{
color: #D90275;
}
.AnyTagClassName
{
color: #D90275;
}
</style>
background-color css
<style>
a { background-color: #D90275; }
a { background-color: rgb(217,2,117); }
div.DivClassName
{
background-color: #D90275;
}
.BgClassName
{
background-color: #D90275;
}
</style>
border-color css
<style>
span { border-color: #D90275; }
span { border-color: rgb(217,2,117); }
td.TdClassName
{
border-color: #D90275;
}
.TagClassName
{
border-color: #D90275;
}
</style>