Shades of Ruby #D2115C
Tints of Ruby #D2115C
RGB
CMYK
RGB Variations
Color information
#D2115C (or 0xD2115C) is known color: Ruby. HEX triplet: D2, 11 and 5C. RGB value is (210,17,92). Sum of RGB (Red+Green+Blue) = 210+17+92=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2115C is #2DEEA3. Grayscale: #535353. Windows color (decimal): -3010212 or 6033874. OLE color: 6033874.
HSL color Cylindrical-coordinate representation of color #D2115C: hue angle of 336.68º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2115C is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 92 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.18 |
| HSL | 336.68º | 0.85% | 0.45% | - |
| HSV(B) | 336.68º | 0.92% | 0.82% | - |
| XYZ | 28.71 | 14.88 | 11.48 | - |
| YUV | 83.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 92 | 0 | 0.92 | 0.56 | 0.18 | 336.68 | 0.85 | 0.45 |
| Hex | D2 | 11 | 5C | 0 | 5C | 38 | 12 | 151 | 55 | 2D |
| Octal | 322 | 21 | 134 | 0 | 134 | 70 | 22 | 521 | 125 | 55 |
| Binary | 11010010 | 10001 | 1011100 | 0 | 1011100 | 111000 | 10010 | 101010001 | 1010101 | 101101 |
Color Harmonies of #D2115C
Complementary color
Monochromatic Colors of #D2115C
Black with #D2115C
Text Example
Text Example
White with #D2115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2115C; }
p { color: rgb(210,17,92); }
H1.HeaderClassName
{
color: #D2115C;
}
.AnyTagClassName
{
color: #D2115C;
}
</style>
background-color css
<style>
a { background-color: #D2115C; }
a { background-color: rgb(210,17,92); }
div.DivClassName
{
background-color: #D2115C;
}
.BgClassName
{
background-color: #D2115C;
}
</style>
border-color css
<style>
span { border-color: #D2115C; }
span { border-color: rgb(210,17,92); }
td.TdClassName
{
border-color: #D2115C;
}
.TagClassName
{
border-color: #D2115C;
}
</style>