Shades of Ruby #D90675
Tints of Ruby #D90675
RGB
CMYK
RGB Variations
Color information
#D90675 (or 0xD90675) is known color: Ruby. HEX triplet: D9, 06 and 75. RGB value is (217,6,117). Sum of RGB (Red+Green+Blue) = 217+6+117=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D90675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90675 is #26F98A. Grayscale: #515151. Windows color (decimal): -2554251 or 7669465. OLE color: 7669465.
HSL color Cylindrical-coordinate representation of color #D90675: hue angle of 328.44º degrees, saturation: 0.95, 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 #D90675 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.15 |
| HSL | 328.44º | 0.95% | 0.44% | - |
| HSV(B) | 328.44º | 0.97% | 0.85% | - |
| XYZ | 31.89 | 16.17 | 18.27 | - |
| YUV | 81.74 | 147.9 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 117 | 0 | 0.97 | 0.46 | 0.15 | 328.44 | 0.95 | 0.44 |
| Hex | D9 | 6 | 75 | 0 | 61 | 2E | F | 148 | 5F | 2C |
| Octal | 331 | 6 | 165 | 0 | 141 | 56 | 17 | 510 | 137 | 54 |
| Binary | 11011001 | 110 | 1110101 | 0 | 1100001 | 101110 | 1111 | 101001000 | 1011111 | 101100 |
Color Harmonies of #D90675
Complementary color
Monochromatic Colors of #D90675
Black with #D90675
Text Example
Text Example
White with #D90675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90675; }
p { color: rgb(217,6,117); }
H1.HeaderClassName
{
color: #D90675;
}
.AnyTagClassName
{
color: #D90675;
}
</style>
background-color css
<style>
a { background-color: #D90675; }
a { background-color: rgb(217,6,117); }
div.DivClassName
{
background-color: #D90675;
}
.BgClassName
{
background-color: #D90675;
}
</style>
border-color css
<style>
span { border-color: #D90675; }
span { border-color: rgb(217,6,117); }
td.TdClassName
{
border-color: #D90675;
}
.TagClassName
{
border-color: #D90675;
}
</style>