Shades of Ruby #DD106D
Tints of Ruby #DD106D
RGB
CMYK
RGB Variations
Color information
#DD106D (or 0xDD106D) is known color: Ruby. HEX triplet: DD, 10 and 6D. RGB value is (221,16,109). Sum of RGB (Red+Green+Blue) = 221+16+109=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD106D is #22EF92. Grayscale: #575757. Windows color (decimal): -2289555 or 7147741. OLE color: 7147741.
HSL color Cylindrical-coordinate representation of color #DD106D: hue angle of 332.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD106D is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.13 |
| HSL | 332.78º | 0.86% | 0.46% | - |
| HSV(B) | 332.78º | 0.93% | 0.87% | - |
| XYZ | 32.76 | 16.85 | 15.99 | - |
| YUV | 87.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 109 | 0 | 0.93 | 0.51 | 0.13 | 332.78 | 0.86 | 0.46 |
| Hex | DD | 10 | 6D | 0 | 5D | 33 | D | 14D | 56 | 2E |
| Octal | 335 | 20 | 155 | 0 | 135 | 63 | 15 | 515 | 126 | 56 |
| Binary | 11011101 | 10000 | 1101101 | 0 | 1011101 | 110011 | 1101 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DD106D
Complementary color
Monochromatic Colors of #DD106D
Black with #DD106D
Text Example
Text Example
White with #DD106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD106D; }
p { color: rgb(221,16,109); }
H1.HeaderClassName
{
color: #DD106D;
}
.AnyTagClassName
{
color: #DD106D;
}
</style>
background-color css
<style>
a { background-color: #DD106D; }
a { background-color: rgb(221,16,109); }
div.DivClassName
{
background-color: #DD106D;
}
.BgClassName
{
background-color: #DD106D;
}
</style>
border-color css
<style>
span { border-color: #DD106D; }
span { border-color: rgb(221,16,109); }
td.TdClassName
{
border-color: #DD106D;
}
.TagClassName
{
border-color: #DD106D;
}
</style>