Shades of Ruby #D9135A
Tints of Ruby #D9135A
RGB
CMYK
RGB Variations
Color information
#D9135A (or 0xD9135A) is known color: Ruby. HEX triplet: D9, 13 and 5A. RGB value is (217,19,90). Sum of RGB (Red+Green+Blue) = 217+19+90=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9135A is #26ECA5. Grayscale: #565656. Windows color (decimal): -2550950 or 5903321. OLE color: 5903321.
HSL color Cylindrical-coordinate representation of color #D9135A: hue angle of 338.48º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9135A is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 90 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.15 |
| HSL | 338.48º | 0.84% | 0.46% | - |
| HSV(B) | 338.48º | 0.91% | 0.85% | - |
| XYZ | 30.69 | 15.96 | 11.13 | - |
| YUV | 86.3 | 130.1 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 90 | 0 | 0.91 | 0.59 | 0.15 | 338.48 | 0.84 | 0.46 |
| Hex | D9 | 13 | 5A | 0 | 5B | 3B | F | 152 | 54 | 2E |
| Octal | 331 | 23 | 132 | 0 | 133 | 73 | 17 | 522 | 124 | 56 |
| Binary | 11011001 | 10011 | 1011010 | 0 | 1011011 | 111011 | 1111 | 101010010 | 1010100 | 101110 |
Color Harmonies of #D9135A
Complementary color
Monochromatic Colors of #D9135A
Black with #D9135A
Text Example
Text Example
White with #D9135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9135A; }
p { color: rgb(217,19,90); }
H1.HeaderClassName
{
color: #D9135A;
}
.AnyTagClassName
{
color: #D9135A;
}
</style>
background-color css
<style>
a { background-color: #D9135A; }
a { background-color: rgb(217,19,90); }
div.DivClassName
{
background-color: #D9135A;
}
.BgClassName
{
background-color: #D9135A;
}
</style>
border-color css
<style>
span { border-color: #D9135A; }
span { border-color: rgb(217,19,90); }
td.TdClassName
{
border-color: #D9135A;
}
.TagClassName
{
border-color: #D9135A;
}
</style>