Shades of Ruby #D90C72
Tints of Ruby #D90C72
RGB
CMYK
RGB Variations
Color information
#D90C72 (or 0xD90C72) is known color: Ruby. HEX triplet: D9, 0C and 72. RGB value is (217,12,114). Sum of RGB (Red+Green+Blue) = 217+12+114=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C72 is #26F38D. Grayscale: #545454. Windows color (decimal): -2552718 or 7474393. OLE color: 7474393.
HSL color Cylindrical-coordinate representation of color #D90C72: hue angle of 330.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90C72 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 114 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.15 |
| HSL | 330.15º | 0.9% | 0.45% | - |
| HSV(B) | 330.15º | 0.94% | 0.85% | - |
| XYZ | 31.78 | 16.23 | 17.38 | - |
| YUV | 84.92 | 144.42 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 114 | 0 | 0.94 | 0.47 | 0.15 | 330.15 | 0.9 | 0.45 |
| Hex | D9 | C | 72 | 0 | 5E | 2F | F | 14A | 5A | 2D |
| Octal | 331 | 14 | 162 | 0 | 136 | 57 | 17 | 512 | 132 | 55 |
| Binary | 11011001 | 1100 | 1110010 | 0 | 1011110 | 101111 | 1111 | 101001010 | 1011010 | 101101 |
Color Harmonies of #D90C72
Complementary color
Monochromatic Colors of #D90C72
Black with #D90C72
Text Example
Text Example
White with #D90C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C72; }
p { color: rgb(217,12,114); }
H1.HeaderClassName
{
color: #D90C72;
}
.AnyTagClassName
{
color: #D90C72;
}
</style>
background-color css
<style>
a { background-color: #D90C72; }
a { background-color: rgb(217,12,114); }
div.DivClassName
{
background-color: #D90C72;
}
.BgClassName
{
background-color: #D90C72;
}
</style>
border-color css
<style>
span { border-color: #D90C72; }
span { border-color: rgb(217,12,114); }
td.TdClassName
{
border-color: #D90C72;
}
.TagClassName
{
border-color: #D90C72;
}
</style>