Shades of Ruby #D2115F
Tints of Ruby #D2115F
RGB
CMYK
RGB Variations
Color information
#D2115F (or 0xD2115F) is known color: Ruby. HEX triplet: D2, 11 and 5F. RGB value is (210,17,95). Sum of RGB (Red+Green+Blue) = 210+17+95=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2115F is #2DEEA0. Grayscale: #535353. Windows color (decimal): -3010209 or 6230482. OLE color: 6230482.
HSL color Cylindrical-coordinate representation of color #D2115F: hue angle of 335.75º 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 #D2115F is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 95 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.18 |
| HSL | 335.75º | 0.85% | 0.45% | - |
| HSV(B) | 335.75º | 0.92% | 0.82% | - |
| XYZ | 28.84 | 14.93 | 12.19 | - |
| YUV | 83.6 | 134.44 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 95 | 0 | 0.92 | 0.55 | 0.18 | 335.75 | 0.85 | 0.45 |
| Hex | D2 | 11 | 5F | 0 | 5C | 37 | 12 | 150 | 55 | 2D |
| Octal | 322 | 21 | 137 | 0 | 134 | 67 | 22 | 520 | 125 | 55 |
| Binary | 11010010 | 10001 | 1011111 | 0 | 1011100 | 110111 | 10010 | 101010000 | 1010101 | 101101 |
Color Harmonies of #D2115F
Complementary color
Monochromatic Colors of #D2115F
Black with #D2115F
Text Example
Text Example
White with #D2115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2115F; }
p { color: rgb(210,17,95); }
H1.HeaderClassName
{
color: #D2115F;
}
.AnyTagClassName
{
color: #D2115F;
}
</style>
background-color css
<style>
a { background-color: #D2115F; }
a { background-color: rgb(210,17,95); }
div.DivClassName
{
background-color: #D2115F;
}
.BgClassName
{
background-color: #D2115F;
}
</style>
border-color css
<style>
span { border-color: #D2115F; }
span { border-color: rgb(210,17,95); }
td.TdClassName
{
border-color: #D2115F;
}
.TagClassName
{
border-color: #D2115F;
}
</style>