Shades of Ruby #DD106A
Tints of Ruby #DD106A
RGB
CMYK
RGB Variations
Color information
#DD106A (or 0xDD106A) is known color: Ruby. HEX triplet: DD, 10 and 6A. RGB value is (221,16,106). Sum of RGB (Red+Green+Blue) = 221+16+106=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD106A is #22EF95. Grayscale: #575757. Windows color (decimal): -2289558 or 6951133. OLE color: 6951133.
HSL color Cylindrical-coordinate representation of color #DD106A: hue angle of 333.66º 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 #DD106A is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 106 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.13 |
| HSL | 333.66º | 0.86% | 0.46% | - |
| HSV(B) | 333.66º | 0.93% | 0.87% | - |
| XYZ | 32.61 | 16.78 | 15.16 | - |
| YUV | 87.56 | 138.42 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 106 | 0 | 0.93 | 0.52 | 0.13 | 333.66 | 0.86 | 0.46 |
| Hex | DD | 10 | 6A | 0 | 5D | 34 | D | 14E | 56 | 2E |
| Octal | 335 | 20 | 152 | 0 | 135 | 64 | 15 | 516 | 126 | 56 |
| Binary | 11011101 | 10000 | 1101010 | 0 | 1011101 | 110100 | 1101 | 101001110 | 1010110 | 101110 |
Color Harmonies of #DD106A
Complementary color
Monochromatic Colors of #DD106A
Black with #DD106A
Text Example
Text Example
White with #DD106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD106A; }
p { color: rgb(221,16,106); }
H1.HeaderClassName
{
color: #DD106A;
}
.AnyTagClassName
{
color: #DD106A;
}
</style>
background-color css
<style>
a { background-color: #DD106A; }
a { background-color: rgb(221,16,106); }
div.DivClassName
{
background-color: #DD106A;
}
.BgClassName
{
background-color: #DD106A;
}
</style>
border-color css
<style>
span { border-color: #DD106A; }
span { border-color: rgb(221,16,106); }
td.TdClassName
{
border-color: #DD106A;
}
.TagClassName
{
border-color: #DD106A;
}
</style>