Shades of Ruby #D2146E
Tints of Ruby #D2146E
RGB
CMYK
RGB Variations
Color information
#D2146E (or 0xD2146E) is known color: Ruby. HEX triplet: D2, 14 and 6E. RGB value is (210,20,110). Sum of RGB (Red+Green+Blue) = 210+20+110=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2146E is #2DEB91. Grayscale: #565656. Windows color (decimal): -3009426 or 7214290. OLE color: 7214290.
HSL color Cylindrical-coordinate representation of color #D2146E: hue angle of 331.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2146E is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 110 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.18 |
| HSL | 331.58º | 0.83% | 0.45% | - |
| HSV(B) | 331.58º | 0.9% | 0.82% | - |
| XYZ | 29.64 | 15.33 | 16.15 | - |
| YUV | 87.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 110 | 0 | 0.90 | 0.48 | 0.18 | 331.58 | 0.83 | 0.45 |
| Hex | D2 | 14 | 6E | 0 | 5A | 30 | 12 | 14C | 53 | 2D |
| Octal | 322 | 24 | 156 | 0 | 132 | 60 | 22 | 514 | 123 | 55 |
| Binary | 11010010 | 10100 | 1101110 | 0 | 1011010 | 110000 | 10010 | 101001100 | 1010011 | 101101 |
Color Harmonies of #D2146E
Complementary color
Monochromatic Colors of #D2146E
Black with #D2146E
Text Example
Text Example
White with #D2146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2146E; }
p { color: rgb(210,20,110); }
H1.HeaderClassName
{
color: #D2146E;
}
.AnyTagClassName
{
color: #D2146E;
}
</style>
background-color css
<style>
a { background-color: #D2146E; }
a { background-color: rgb(210,20,110); }
div.DivClassName
{
background-color: #D2146E;
}
.BgClassName
{
background-color: #D2146E;
}
</style>
border-color css
<style>
span { border-color: #D2146E; }
span { border-color: rgb(210,20,110); }
td.TdClassName
{
border-color: #D2146E;
}
.TagClassName
{
border-color: #D2146E;
}
</style>