Shades of Ruby #D2036D
Tints of Ruby #D2036D
RGB
CMYK
RGB Variations
Color information
#D2036D (or 0xD2036D) is known color: Ruby. HEX triplet: D2, 03 and 6D. RGB value is (210,3,109). Sum of RGB (Red+Green+Blue) = 210+3+109=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2036D is #2DFC92. Grayscale: #4C4C4C. Windows color (decimal): -3013779 or 7144402. OLE color: 7144402.
HSL color Cylindrical-coordinate representation of color #D2036D: hue angle of 329.28º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2036D is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.18 |
| HSL | 329.28º | 0.97% | 0.42% | - |
| HSV(B) | 329.28º | 0.99% | 0.82% | - |
| XYZ | 29.37 | 14.87 | 15.79 | - |
| YUV | 76.98 | 146.08 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 109 | 0 | 0.99 | 0.48 | 0.18 | 329.28 | 0.97 | 0.42 |
| Hex | D2 | 3 | 6D | 0 | 63 | 30 | 12 | 149 | 61 | 2A |
| Octal | 322 | 3 | 155 | 0 | 143 | 60 | 22 | 511 | 141 | 52 |
| Binary | 11010010 | 11 | 1101101 | 0 | 1100011 | 110000 | 10010 | 101001001 | 1100001 | 101010 |
Color Harmonies of #D2036D
Complementary color
Monochromatic Colors of #D2036D
Black with #D2036D
Text Example
Text Example
White with #D2036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2036D; }
p { color: rgb(210,3,109); }
H1.HeaderClassName
{
color: #D2036D;
}
.AnyTagClassName
{
color: #D2036D;
}
</style>
background-color css
<style>
a { background-color: #D2036D; }
a { background-color: rgb(210,3,109); }
div.DivClassName
{
background-color: #D2036D;
}
.BgClassName
{
background-color: #D2036D;
}
</style>
border-color css
<style>
span { border-color: #D2036D; }
span { border-color: rgb(210,3,109); }
td.TdClassName
{
border-color: #D2036D;
}
.TagClassName
{
border-color: #D2036D;
}
</style>