Shades of Ruby #D1185A
Tints of Ruby #D1185A
RGB
CMYK
RGB Variations
Color information
#D1185A (or 0xD1185A) is known color: Ruby. HEX triplet: D1, 18 and 5A. RGB value is (209,24,90). Sum of RGB (Red+Green+Blue) = 209+24+90=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1185A is #2EE7A5. Grayscale: #565656. Windows color (decimal): -3073958 or 5904593. OLE color: 5904593.
HSL color Cylindrical-coordinate representation of color #D1185A: hue angle of 338.59º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1185A is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 90 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.18 |
| HSL | 338.59º | 0.79% | 0.46% | - |
| HSV(B) | 338.59º | 0.89% | 0.82% | - |
| XYZ | 28.47 | 14.95 | 11.06 | - |
| YUV | 86.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 90 | 0 | 0.89 | 0.57 | 0.18 | 338.59 | 0.79 | 0.46 |
| Hex | D1 | 18 | 5A | 0 | 59 | 39 | 12 | 153 | 4F | 2E |
| Octal | 321 | 30 | 132 | 0 | 131 | 71 | 22 | 523 | 117 | 56 |
| Binary | 11010001 | 11000 | 1011010 | 0 | 1011001 | 111001 | 10010 | 101010011 | 1001111 | 101110 |
Color Harmonies of #D1185A
Complementary color
Monochromatic Colors of #D1185A
Black with #D1185A
Text Example
Text Example
White with #D1185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1185A; }
p { color: rgb(209,24,90); }
H1.HeaderClassName
{
color: #D1185A;
}
.AnyTagClassName
{
color: #D1185A;
}
</style>
background-color css
<style>
a { background-color: #D1185A; }
a { background-color: rgb(209,24,90); }
div.DivClassName
{
background-color: #D1185A;
}
.BgClassName
{
background-color: #D1185A;
}
</style>
border-color css
<style>
span { border-color: #D1185A; }
span { border-color: rgb(209,24,90); }
td.TdClassName
{
border-color: #D1185A;
}
.TagClassName
{
border-color: #D1185A;
}
</style>