Shades of Ruby #D90475
Tints of Ruby #D90475
RGB
CMYK
RGB Variations
Color information
#D90475 (or 0xD90475) is known color: Ruby. HEX triplet: D9, 04 and 75. RGB value is (217,4,117). Sum of RGB (Red+Green+Blue) = 217+4+117=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D90475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90475 is #26FB8A. Grayscale: #505050. Windows color (decimal): -2554763 or 7668953. OLE color: 7668953.
HSL color Cylindrical-coordinate representation of color #D90475: hue angle of 328.17º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90475 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.15 |
| HSL | 328.17º | 0.96% | 0.43% | - |
| HSV(B) | 328.17º | 0.98% | 0.85% | - |
| XYZ | 31.87 | 16.12 | 18.26 | - |
| YUV | 80.57 | 148.57 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 117 | 0 | 0.98 | 0.46 | 0.15 | 328.17 | 0.96 | 0.43 |
| Hex | D9 | 4 | 75 | 0 | 62 | 2E | F | 148 | 60 | 2B |
| Octal | 331 | 4 | 165 | 0 | 142 | 56 | 17 | 510 | 140 | 53 |
| Binary | 11011001 | 100 | 1110101 | 0 | 1100010 | 101110 | 1111 | 101001000 | 1100000 | 101011 |
Color Harmonies of #D90475
Complementary color
Monochromatic Colors of #D90475
Black with #D90475
Text Example
Text Example
White with #D90475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90475; }
p { color: rgb(217,4,117); }
H1.HeaderClassName
{
color: #D90475;
}
.AnyTagClassName
{
color: #D90475;
}
</style>
background-color css
<style>
a { background-color: #D90475; }
a { background-color: rgb(217,4,117); }
div.DivClassName
{
background-color: #D90475;
}
.BgClassName
{
background-color: #D90475;
}
</style>
border-color css
<style>
span { border-color: #D90475; }
span { border-color: rgb(217,4,117); }
td.TdClassName
{
border-color: #D90475;
}
.TagClassName
{
border-color: #D90475;
}
</style>