Shades of Ruby #D2104E
Tints of Ruby #D2104E
RGB
CMYK
RGB Variations
Color information
#D2104E (or 0xD2104E) is known color: Ruby. HEX triplet: D2, 10 and 4E. RGB value is (210,16,78). Sum of RGB (Red+Green+Blue) = 210+16+78=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2104E is #2DEFB1. Grayscale: #515151. Windows color (decimal): -3010482 or 5116114. OLE color: 5116114.
HSL color Cylindrical-coordinate representation of color #D2104E: hue angle of 340.82º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2104E is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 78 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.18 |
| HSL | 340.82º | 0.86% | 0.44% | - |
| HSV(B) | 340.82º | 0.92% | 0.82% | - |
| XYZ | 28.14 | 14.62 | 8.55 | - |
| YUV | 81.07 | 126.27 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 78 | 0 | 0.92 | 0.63 | 0.18 | 340.82 | 0.86 | 0.44 |
| Hex | D2 | 10 | 4E | 0 | 5C | 3F | 12 | 155 | 56 | 2C |
| Octal | 322 | 20 | 116 | 0 | 134 | 77 | 22 | 525 | 126 | 54 |
| Binary | 11010010 | 10000 | 1001110 | 0 | 1011100 | 111111 | 10010 | 101010101 | 1010110 | 101100 |
Color Harmonies of #D2104E
Complementary color
Monochromatic Colors of #D2104E
Black with #D2104E
Text Example
Text Example
White with #D2104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2104E; }
p { color: rgb(210,16,78); }
H1.HeaderClassName
{
color: #D2104E;
}
.AnyTagClassName
{
color: #D2104E;
}
</style>
background-color css
<style>
a { background-color: #D2104E; }
a { background-color: rgb(210,16,78); }
div.DivClassName
{
background-color: #D2104E;
}
.BgClassName
{
background-color: #D2104E;
}
</style>
border-color css
<style>
span { border-color: #D2104E; }
span { border-color: rgb(210,16,78); }
td.TdClassName
{
border-color: #D2104E;
}
.TagClassName
{
border-color: #D2104E;
}
</style>