Shades of Ruby #D90370
Tints of Ruby #D90370
RGB
CMYK
RGB Variations
Color information
#D90370 (or 0xD90370) is known color: Ruby. HEX triplet: D9, 03 and 70. RGB value is (217,3,112). Sum of RGB (Red+Green+Blue) = 217+3+112=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D90370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90370 is #26FC8F. Grayscale: #4F4F4F. Windows color (decimal): -2555024 or 7341017. OLE color: 7341017.
HSL color Cylindrical-coordinate representation of color #D90370: hue angle of 329.44º degrees, saturation: 0.97, 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 #D90370 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.15 |
| HSL | 329.44º | 0.97% | 0.43% | - |
| HSV(B) | 329.44º | 0.99% | 0.85% | - |
| XYZ | 31.57 | 15.99 | 16.75 | - |
| YUV | 79.41 | 146.4 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 112 | 0 | 0.99 | 0.48 | 0.15 | 329.44 | 0.97 | 0.43 |
| Hex | D9 | 3 | 70 | 0 | 63 | 30 | F | 149 | 61 | 2B |
| Octal | 331 | 3 | 160 | 0 | 143 | 60 | 17 | 511 | 141 | 53 |
| Binary | 11011001 | 11 | 1110000 | 0 | 1100011 | 110000 | 1111 | 101001001 | 1100001 | 101011 |
Color Harmonies of #D90370
Complementary color
Monochromatic Colors of #D90370
Black with #D90370
Text Example
Text Example
White with #D90370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90370; }
p { color: rgb(217,3,112); }
H1.HeaderClassName
{
color: #D90370;
}
.AnyTagClassName
{
color: #D90370;
}
</style>
background-color css
<style>
a { background-color: #D90370; }
a { background-color: rgb(217,3,112); }
div.DivClassName
{
background-color: #D90370;
}
.BgClassName
{
background-color: #D90370;
}
</style>
border-color css
<style>
span { border-color: #D90370; }
span { border-color: rgb(217,3,112); }
td.TdClassName
{
border-color: #D90370;
}
.TagClassName
{
border-color: #D90370;
}
</style>