Shades of Ruby #D2046C
Tints of Ruby #D2046C
RGB
CMYK
RGB Variations
Color information
#D2046C (or 0xD2046C) is known color: Ruby. HEX triplet: D2, 04 and 6C. RGB value is (210,4,108). Sum of RGB (Red+Green+Blue) = 210+4+108=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2046C is #2DFB93. Grayscale: #4D4D4D. Windows color (decimal): -3013524 or 7079122. OLE color: 7079122.
HSL color Cylindrical-coordinate representation of color #D2046C: hue angle of 329.71º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2046C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.18 |
| HSL | 329.71º | 0.96% | 0.42% | - |
| HSV(B) | 329.71º | 0.98% | 0.82% | - |
| XYZ | 29.33 | 14.87 | 15.51 | - |
| YUV | 77.45 | 145.25 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 108 | 0 | 0.98 | 0.49 | 0.18 | 329.71 | 0.96 | 0.42 |
| Hex | D2 | 4 | 6C | 0 | 62 | 31 | 12 | 14A | 60 | 2A |
| Octal | 322 | 4 | 154 | 0 | 142 | 61 | 22 | 512 | 140 | 52 |
| Binary | 11010010 | 100 | 1101100 | 0 | 1100010 | 110001 | 10010 | 101001010 | 1100000 | 101010 |
Color Harmonies of #D2046C
Complementary color
Monochromatic Colors of #D2046C
Black with #D2046C
Text Example
Text Example
White with #D2046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2046C; }
p { color: rgb(210,4,108); }
H1.HeaderClassName
{
color: #D2046C;
}
.AnyTagClassName
{
color: #D2046C;
}
</style>
background-color css
<style>
a { background-color: #D2046C; }
a { background-color: rgb(210,4,108); }
div.DivClassName
{
background-color: #D2046C;
}
.BgClassName
{
background-color: #D2046C;
}
</style>
border-color css
<style>
span { border-color: #D2046C; }
span { border-color: rgb(210,4,108); }
td.TdClassName
{
border-color: #D2046C;
}
.TagClassName
{
border-color: #D2046C;
}
</style>