Shades of Ruby #D2146A
Tints of Ruby #D2146A
RGB
CMYK
RGB Variations
Color information
#D2146A (or 0xD2146A) is known color: Ruby. HEX triplet: D2, 14 and 6A. RGB value is (210,20,106). Sum of RGB (Red+Green+Blue) = 210+20+106=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2146A is #2DEB95. Grayscale: #565656. Windows color (decimal): -3009430 or 6952146. OLE color: 6952146.
HSL color Cylindrical-coordinate representation of color #D2146A: hue angle of 332.84º 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 #D2146A is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 106 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.18 |
| HSL | 332.84º | 0.83% | 0.45% | - |
| HSV(B) | 332.84º | 0.9% | 0.82% | - |
| XYZ | 29.43 | 15.24 | 15.03 | - |
| YUV | 86.61 | 138.95 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 106 | 0 | 0.90 | 0.50 | 0.18 | 332.84 | 0.83 | 0.45 |
| Hex | D2 | 14 | 6A | 0 | 5A | 32 | 12 | 14D | 53 | 2D |
| Octal | 322 | 24 | 152 | 0 | 132 | 62 | 22 | 515 | 123 | 55 |
| Binary | 11010010 | 10100 | 1101010 | 0 | 1011010 | 110010 | 10010 | 101001101 | 1010011 | 101101 |
Color Harmonies of #D2146A
Complementary color
Monochromatic Colors of #D2146A
Black with #D2146A
Text Example
Text Example
White with #D2146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2146A; }
p { color: rgb(210,20,106); }
H1.HeaderClassName
{
color: #D2146A;
}
.AnyTagClassName
{
color: #D2146A;
}
</style>
background-color css
<style>
a { background-color: #D2146A; }
a { background-color: rgb(210,20,106); }
div.DivClassName
{
background-color: #D2146A;
}
.BgClassName
{
background-color: #D2146A;
}
</style>
border-color css
<style>
span { border-color: #D2146A; }
span { border-color: rgb(210,20,106); }
td.TdClassName
{
border-color: #D2146A;
}
.TagClassName
{
border-color: #D2146A;
}
</style>