Shades of Ruby #D6125D
Tints of Ruby #D6125D
RGB
CMYK
RGB Variations
Color information
#D6125D (or 0xD6125D) is known color: Ruby. HEX triplet: D6, 12 and 5D. RGB value is (214,18,93). Sum of RGB (Red+Green+Blue) = 214+18+93=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6125D is #29EDA2. Grayscale: #555555. Windows color (decimal): -2747811 or 6099670. OLE color: 6099670.
HSL color Cylindrical-coordinate representation of color #D6125D: hue angle of 337.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6125D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 93 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.16 |
| HSL | 337.04º | 0.84% | 0.45% | - |
| HSV(B) | 337.04º | 0.92% | 0.84% | - |
| XYZ | 29.92 | 15.52 | 11.77 | - |
| YUV | 85.15 | 132.43 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 93 | 0 | 0.92 | 0.57 | 0.16 | 337.04 | 0.84 | 0.45 |
| Hex | D6 | 12 | 5D | 0 | 5C | 39 | 10 | 151 | 54 | 2D |
| Octal | 326 | 22 | 135 | 0 | 134 | 71 | 20 | 521 | 124 | 55 |
| Binary | 11010110 | 10010 | 1011101 | 0 | 1011100 | 111001 | 10000 | 101010001 | 1010100 | 101101 |
Color Harmonies of #D6125D
Complementary color
Monochromatic Colors of #D6125D
Black with #D6125D
Text Example
Text Example
White with #D6125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6125D; }
p { color: rgb(214,18,93); }
H1.HeaderClassName
{
color: #D6125D;
}
.AnyTagClassName
{
color: #D6125D;
}
</style>
background-color css
<style>
a { background-color: #D6125D; }
a { background-color: rgb(214,18,93); }
div.DivClassName
{
background-color: #D6125D;
}
.BgClassName
{
background-color: #D6125D;
}
</style>
border-color css
<style>
span { border-color: #D6125D; }
span { border-color: rgb(214,18,93); }
td.TdClassName
{
border-color: #D6125D;
}
.TagClassName
{
border-color: #D6125D;
}
</style>