Shades of Ruby #D20D6E
Tints of Ruby #D20D6E
RGB
CMYK
RGB Variations
Color information
#D20D6E (or 0xD20D6E) is known color: Ruby. HEX triplet: D2, 0D and 6E. RGB value is (210,13,110). Sum of RGB (Red+Green+Blue) = 210+13+110=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D6E is #2DF291. Grayscale: #525252. Windows color (decimal): -3011218 or 7212498. OLE color: 7212498.
HSL color Cylindrical-coordinate representation of color #D20D6E: hue angle of 330.46º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D6E is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 110 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.18 |
| HSL | 330.46º | 0.88% | 0.44% | - |
| HSV(B) | 330.46º | 0.94% | 0.82% | - |
| XYZ | 29.54 | 15.12 | 16.11 | - |
| YUV | 82.96 | 143.27 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 110 | 0 | 0.94 | 0.48 | 0.18 | 330.46 | 0.88 | 0.44 |
| Hex | D2 | D | 6E | 0 | 5E | 30 | 12 | 14A | 58 | 2C |
| Octal | 322 | 15 | 156 | 0 | 136 | 60 | 22 | 512 | 130 | 54 |
| Binary | 11010010 | 1101 | 1101110 | 0 | 1011110 | 110000 | 10010 | 101001010 | 1011000 | 101100 |
Color Harmonies of #D20D6E
Complementary color
Monochromatic Colors of #D20D6E
Black with #D20D6E
Text Example
Text Example
White with #D20D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D6E; }
p { color: rgb(210,13,110); }
H1.HeaderClassName
{
color: #D20D6E;
}
.AnyTagClassName
{
color: #D20D6E;
}
</style>
background-color css
<style>
a { background-color: #D20D6E; }
a { background-color: rgb(210,13,110); }
div.DivClassName
{
background-color: #D20D6E;
}
.BgClassName
{
background-color: #D20D6E;
}
</style>
border-color css
<style>
span { border-color: #D20D6E; }
span { border-color: rgb(210,13,110); }
td.TdClassName
{
border-color: #D20D6E;
}
.TagClassName
{
border-color: #D20D6E;
}
</style>