Shades of Ruby #D1125D
Tints of Ruby #D1125D
RGB
CMYK
RGB Variations
Color information
#D1125D (or 0xD1125D) is known color: Ruby. HEX triplet: D1, 12 and 5D. RGB value is (209,18,93). Sum of RGB (Red+Green+Blue) = 209+18+93=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1125D is #2EEDA2. Grayscale: #535353. Windows color (decimal): -3075491 or 6099665. OLE color: 6099665.
HSL color Cylindrical-coordinate representation of color #D1125D: hue angle of 336.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1125D is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 93 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.18 |
| HSL | 336.44º | 0.84% | 0.45% | - |
| HSV(B) | 336.44º | 0.91% | 0.82% | - |
| XYZ | 28.49 | 14.78 | 11.71 | - |
| YUV | 83.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 93 | 0 | 0.91 | 0.56 | 0.18 | 336.44 | 0.84 | 0.45 |
| Hex | D1 | 12 | 5D | 0 | 5B | 38 | 12 | 150 | 54 | 2D |
| Octal | 321 | 22 | 135 | 0 | 133 | 70 | 22 | 520 | 124 | 55 |
| Binary | 11010001 | 10010 | 1011101 | 0 | 1011011 | 111000 | 10010 | 101010000 | 1010100 | 101101 |
Color Harmonies of #D1125D
Complementary color
Monochromatic Colors of #D1125D
Black with #D1125D
Text Example
Text Example
White with #D1125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1125D; }
p { color: rgb(209,18,93); }
H1.HeaderClassName
{
color: #D1125D;
}
.AnyTagClassName
{
color: #D1125D;
}
</style>
background-color css
<style>
a { background-color: #D1125D; }
a { background-color: rgb(209,18,93); }
div.DivClassName
{
background-color: #D1125D;
}
.BgClassName
{
background-color: #D1125D;
}
</style>
border-color css
<style>
span { border-color: #D1125D; }
span { border-color: rgb(209,18,93); }
td.TdClassName
{
border-color: #D1125D;
}
.TagClassName
{
border-color: #D1125D;
}
</style>