Shades of Ruby #D2046A
Tints of Ruby #D2046A
RGB
CMYK
RGB Variations
Color information
#D2046A (or 0xD2046A) is known color: Ruby. HEX triplet: D2, 04 and 6A. RGB value is (210,4,106). Sum of RGB (Red+Green+Blue) = 210+4+106=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2046A is #2DFB95. Grayscale: #4D4D4D. Windows color (decimal): -3013526 or 6948050. OLE color: 6948050.
HSL color Cylindrical-coordinate representation of color #D2046A: hue angle of 330.29º 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 #D2046A is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.18 |
| HSL | 330.29º | 0.96% | 0.42% | - |
| HSV(B) | 330.29º | 0.98% | 0.82% | - |
| XYZ | 29.22 | 14.83 | 14.96 | - |
| YUV | 77.22 | 144.25 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 106 | 0 | 0.98 | 0.50 | 0.18 | 330.29 | 0.96 | 0.42 |
| Hex | D2 | 4 | 6A | 0 | 62 | 32 | 12 | 14A | 60 | 2A |
| Octal | 322 | 4 | 152 | 0 | 142 | 62 | 22 | 512 | 140 | 52 |
| Binary | 11010010 | 100 | 1101010 | 0 | 1100010 | 110010 | 10010 | 101001010 | 1100000 | 101010 |
Color Harmonies of #D2046A
Complementary color
Monochromatic Colors of #D2046A
Black with #D2046A
Text Example
Text Example
White with #D2046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2046A; }
p { color: rgb(210,4,106); }
H1.HeaderClassName
{
color: #D2046A;
}
.AnyTagClassName
{
color: #D2046A;
}
</style>
background-color css
<style>
a { background-color: #D2046A; }
a { background-color: rgb(210,4,106); }
div.DivClassName
{
background-color: #D2046A;
}
.BgClassName
{
background-color: #D2046A;
}
</style>
border-color css
<style>
span { border-color: #D2046A; }
span { border-color: rgb(210,4,106); }
td.TdClassName
{
border-color: #D2046A;
}
.TagClassName
{
border-color: #D2046A;
}
</style>