Shades of Ruby #D2195E
Tints of Ruby #D2195E
RGB
CMYK
RGB Variations
Color information
#D2195E (or 0xD2195E) is known color: Ruby. HEX triplet: D2, 19 and 5E. RGB value is (210,25,94). Sum of RGB (Red+Green+Blue) = 210+25+94=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D2195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2195E is #2DE6A1. Grayscale: #585858. Windows color (decimal): -3008162 or 6166994. OLE color: 6166994.
HSL color Cylindrical-coordinate representation of color #D2195E: hue angle of 337.62º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2195E is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 94 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.18 |
| HSL | 337.62º | 0.79% | 0.46% | - |
| HSV(B) | 337.62º | 0.88% | 0.82% | - |
| XYZ | 28.95 | 15.21 | 12 | - |
| YUV | 88.18 | 131.29 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 94 | 0 | 0.88 | 0.55 | 0.18 | 337.62 | 0.79 | 0.46 |
| Hex | D2 | 19 | 5E | 0 | 58 | 37 | 12 | 152 | 4F | 2E |
| Octal | 322 | 31 | 136 | 0 | 130 | 67 | 22 | 522 | 117 | 56 |
| Binary | 11010010 | 11001 | 1011110 | 0 | 1011000 | 110111 | 10010 | 101010010 | 1001111 | 101110 |
Color Harmonies of #D2195E
Complementary color
Monochromatic Colors of #D2195E
Black with #D2195E
Text Example
Text Example
White with #D2195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2195E; }
p { color: rgb(210,25,94); }
H1.HeaderClassName
{
color: #D2195E;
}
.AnyTagClassName
{
color: #D2195E;
}
</style>
background-color css
<style>
a { background-color: #D2195E; }
a { background-color: rgb(210,25,94); }
div.DivClassName
{
background-color: #D2195E;
}
.BgClassName
{
background-color: #D2195E;
}
</style>
border-color css
<style>
span { border-color: #D2195E; }
span { border-color: rgb(210,25,94); }
td.TdClassName
{
border-color: #D2195E;
}
.TagClassName
{
border-color: #D2195E;
}
</style>