Shades of Ruby #D2175E
Tints of Ruby #D2175E
RGB
CMYK
RGB Variations
Color information
#D2175E (or 0xD2175E) is known color: Ruby. HEX triplet: D2, 17 and 5E. RGB value is (210,23,94). Sum of RGB (Red+Green+Blue) = 210+23+94=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D2175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2175E is #2DE8A1. Grayscale: #565656. Windows color (decimal): -3008674 or 6166482. OLE color: 6166482.
HSL color Cylindrical-coordinate representation of color #D2175E: hue angle of 337.22º 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 #D2175E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 94 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.18 |
| HSL | 337.22º | 0.8% | 0.46% | - |
| HSV(B) | 337.22º | 0.89% | 0.82% | - |
| XYZ | 28.91 | 15.12 | 11.99 | - |
| YUV | 87.01 | 131.95 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 94 | 0 | 0.89 | 0.55 | 0.18 | 337.22 | 0.8 | 0.46 |
| Hex | D2 | 17 | 5E | 0 | 59 | 37 | 12 | 151 | 50 | 2E |
| Octal | 322 | 27 | 136 | 0 | 131 | 67 | 22 | 521 | 120 | 56 |
| Binary | 11010010 | 10111 | 1011110 | 0 | 1011001 | 110111 | 10010 | 101010001 | 1010000 | 101110 |
Color Harmonies of #D2175E
Complementary color
Monochromatic Colors of #D2175E
Black with #D2175E
Text Example
Text Example
White with #D2175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2175E; }
p { color: rgb(210,23,94); }
H1.HeaderClassName
{
color: #D2175E;
}
.AnyTagClassName
{
color: #D2175E;
}
</style>
background-color css
<style>
a { background-color: #D2175E; }
a { background-color: rgb(210,23,94); }
div.DivClassName
{
background-color: #D2175E;
}
.BgClassName
{
background-color: #D2175E;
}
</style>
border-color css
<style>
span { border-color: #D2175E; }
span { border-color: rgb(210,23,94); }
td.TdClassName
{
border-color: #D2175E;
}
.TagClassName
{
border-color: #D2175E;
}
</style>