Shades of Ruby #D2095D
Tints of Ruby #D2095D
RGB
CMYK
RGB Variations
Color information
#D2095D (or 0xD2095D) is known color: Ruby. HEX triplet: D2, 09 and 5D. RGB value is (210,9,93). Sum of RGB (Red+Green+Blue) = 210+9+93=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D2095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2095D is #2DF6A2. Grayscale: #4E4E4E. Windows color (decimal): -3012259 or 6097362. OLE color: 6097362.
HSL color Cylindrical-coordinate representation of color #D2095D: hue angle of 334.93º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2095D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.18 |
| HSL | 334.93º | 0.92% | 0.43% | - |
| HSV(B) | 334.93º | 0.96% | 0.82% | - |
| XYZ | 28.65 | 14.69 | 11.68 | - |
| YUV | 78.68 | 136.09 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 93 | 0 | 0.96 | 0.56 | 0.18 | 334.93 | 0.92 | 0.43 |
| Hex | D2 | 9 | 5D | 0 | 60 | 38 | 12 | 14F | 5C | 2B |
| Octal | 322 | 11 | 135 | 0 | 140 | 70 | 22 | 517 | 134 | 53 |
| Binary | 11010010 | 1001 | 1011101 | 0 | 1100000 | 111000 | 10010 | 101001111 | 1011100 | 101011 |
Color Harmonies of #D2095D
Complementary color
Monochromatic Colors of #D2095D
Black with #D2095D
Text Example
Text Example
White with #D2095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2095D; }
p { color: rgb(210,9,93); }
H1.HeaderClassName
{
color: #D2095D;
}
.AnyTagClassName
{
color: #D2095D;
}
</style>
background-color css
<style>
a { background-color: #D2095D; }
a { background-color: rgb(210,9,93); }
div.DivClassName
{
background-color: #D2095D;
}
.BgClassName
{
background-color: #D2095D;
}
</style>
border-color css
<style>
span { border-color: #D2095D; }
span { border-color: rgb(210,9,93); }
td.TdClassName
{
border-color: #D2095D;
}
.TagClassName
{
border-color: #D2095D;
}
</style>