Shades of Ruby #D2176D
Tints of Ruby #D2176D
RGB
CMYK
RGB Variations
Color information
#D2176D (or 0xD2176D) is known color: Ruby. HEX triplet: D2, 17 and 6D. RGB value is (210,23,109). Sum of RGB (Red+Green+Blue) = 210+23+109=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2176D is #2DE892. Grayscale: #585858. Windows color (decimal): -3008659 or 7149522. OLE color: 7149522.
HSL color Cylindrical-coordinate representation of color #D2176D: hue angle of 332.41º degrees, saturation: 0.8, 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 #D2176D is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 109 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.18 |
| HSL | 332.41º | 0.8% | 0.46% | - |
| HSV(B) | 332.41º | 0.89% | 0.82% | - |
| XYZ | 29.65 | 15.42 | 15.88 | - |
| YUV | 88.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 109 | 0 | 0.89 | 0.48 | 0.18 | 332.41 | 0.8 | 0.46 |
| Hex | D2 | 17 | 6D | 0 | 59 | 30 | 12 | 14C | 50 | 2E |
| Octal | 322 | 27 | 155 | 0 | 131 | 60 | 22 | 514 | 120 | 56 |
| Binary | 11010010 | 10111 | 1101101 | 0 | 1011001 | 110000 | 10010 | 101001100 | 1010000 | 101110 |
Color Harmonies of #D2176D
Complementary color
Monochromatic Colors of #D2176D
Black with #D2176D
Text Example
Text Example
White with #D2176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2176D; }
p { color: rgb(210,23,109); }
H1.HeaderClassName
{
color: #D2176D;
}
.AnyTagClassName
{
color: #D2176D;
}
</style>
background-color css
<style>
a { background-color: #D2176D; }
a { background-color: rgb(210,23,109); }
div.DivClassName
{
background-color: #D2176D;
}
.BgClassName
{
background-color: #D2176D;
}
</style>
border-color css
<style>
span { border-color: #D2176D; }
span { border-color: rgb(210,23,109); }
td.TdClassName
{
border-color: #D2176D;
}
.TagClassName
{
border-color: #D2176D;
}
</style>