Shades of Ruby #D2076D
Tints of Ruby #D2076D
RGB
CMYK
RGB Variations
Color information
#D2076D (or 0xD2076D) is known color: Ruby. HEX triplet: D2, 07 and 6D. RGB value is (210,7,109). Sum of RGB (Red+Green+Blue) = 210+7+109=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2076D is #2DF892. Grayscale: #4F4F4F. Windows color (decimal): -3012755 or 7145426. OLE color: 7145426.
HSL color Cylindrical-coordinate representation of color #D2076D: hue angle of 329.85º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2076D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.18 |
| HSL | 329.85º | 0.94% | 0.43% | - |
| HSV(B) | 329.85º | 0.97% | 0.82% | - |
| XYZ | 29.41 | 14.96 | 15.8 | - |
| YUV | 79.33 | 144.75 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 109 | 0 | 0.97 | 0.48 | 0.18 | 329.85 | 0.94 | 0.43 |
| Hex | D2 | 7 | 6D | 0 | 61 | 30 | 12 | 14A | 5E | 2B |
| Octal | 322 | 7 | 155 | 0 | 141 | 60 | 22 | 512 | 136 | 53 |
| Binary | 11010010 | 111 | 1101101 | 0 | 1100001 | 110000 | 10010 | 101001010 | 1011110 | 101011 |
Color Harmonies of #D2076D
Complementary color
Monochromatic Colors of #D2076D
Black with #D2076D
Text Example
Text Example
White with #D2076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2076D; }
p { color: rgb(210,7,109); }
H1.HeaderClassName
{
color: #D2076D;
}
.AnyTagClassName
{
color: #D2076D;
}
</style>
background-color css
<style>
a { background-color: #D2076D; }
a { background-color: rgb(210,7,109); }
div.DivClassName
{
background-color: #D2076D;
}
.BgClassName
{
background-color: #D2076D;
}
</style>
border-color css
<style>
span { border-color: #D2076D; }
span { border-color: rgb(210,7,109); }
td.TdClassName
{
border-color: #D2076D;
}
.TagClassName
{
border-color: #D2076D;
}
</style>