Shades of Ruby #D90575
Tints of Ruby #D90575
RGB
CMYK
RGB Variations
Color information
#D90575 (or 0xD90575) is known color: Ruby. HEX triplet: D9, 05 and 75. RGB value is (217,5,117). Sum of RGB (Red+Green+Blue) = 217+5+117=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D90575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90575 is #26FA8A. Grayscale: #505050. Windows color (decimal): -2554507 or 7669209. OLE color: 7669209.
HSL color Cylindrical-coordinate representation of color #D90575: hue angle of 328.3º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90575 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.15 |
| HSL | 328.3º | 0.95% | 0.44% | - |
| HSV(B) | 328.3º | 0.98% | 0.85% | - |
| XYZ | 31.88 | 16.14 | 18.27 | - |
| YUV | 81.16 | 148.24 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 117 | 0 | 0.98 | 0.46 | 0.15 | 328.3 | 0.95 | 0.44 |
| Hex | D9 | 5 | 75 | 0 | 62 | 2E | F | 148 | 5F | 2C |
| Octal | 331 | 5 | 165 | 0 | 142 | 56 | 17 | 510 | 137 | 54 |
| Binary | 11011001 | 101 | 1110101 | 0 | 1100010 | 101110 | 1111 | 101001000 | 1011111 | 101100 |
Color Harmonies of #D90575
Complementary color
Monochromatic Colors of #D90575
Black with #D90575
Text Example
Text Example
White with #D90575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90575; }
p { color: rgb(217,5,117); }
H1.HeaderClassName
{
color: #D90575;
}
.AnyTagClassName
{
color: #D90575;
}
</style>
background-color css
<style>
a { background-color: #D90575; }
a { background-color: rgb(217,5,117); }
div.DivClassName
{
background-color: #D90575;
}
.BgClassName
{
background-color: #D90575;
}
</style>
border-color css
<style>
span { border-color: #D90575; }
span { border-color: rgb(217,5,117); }
td.TdClassName
{
border-color: #D90575;
}
.TagClassName
{
border-color: #D90575;
}
</style>