Shades of Ruby #DD106C
Tints of Ruby #DD106C
RGB
CMYK
RGB Variations
Color information
#DD106C (or 0xDD106C) is known color: Ruby. HEX triplet: DD, 10 and 6C. RGB value is (221,16,108). Sum of RGB (Red+Green+Blue) = 221+16+108=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD106C is #22EF93. Grayscale: #575757. Windows color (decimal): -2289556 or 7082205. OLE color: 7082205.
HSL color Cylindrical-coordinate representation of color #DD106C: hue angle of 333.07º 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 #DD106C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.13 |
| HSL | 333.07º | 0.86% | 0.46% | - |
| HSV(B) | 333.07º | 0.93% | 0.87% | - |
| XYZ | 32.71 | 16.83 | 15.71 | - |
| YUV | 87.78 | 139.42 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 108 | 0 | 0.93 | 0.51 | 0.13 | 333.07 | 0.86 | 0.46 |
| Hex | DD | 10 | 6C | 0 | 5D | 33 | D | 14D | 56 | 2E |
| Octal | 335 | 20 | 154 | 0 | 135 | 63 | 15 | 515 | 126 | 56 |
| Binary | 11011101 | 10000 | 1101100 | 0 | 1011101 | 110011 | 1101 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DD106C
Complementary color
Monochromatic Colors of #DD106C
Black with #DD106C
Text Example
Text Example
White with #DD106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD106C; }
p { color: rgb(221,16,108); }
H1.HeaderClassName
{
color: #DD106C;
}
.AnyTagClassName
{
color: #DD106C;
}
</style>
background-color css
<style>
a { background-color: #DD106C; }
a { background-color: rgb(221,16,108); }
div.DivClassName
{
background-color: #DD106C;
}
.BgClassName
{
background-color: #DD106C;
}
</style>
border-color css
<style>
span { border-color: #DD106C; }
span { border-color: rgb(221,16,108); }
td.TdClassName
{
border-color: #DD106C;
}
.TagClassName
{
border-color: #DD106C;
}
</style>