Shades of Ruby #DD1661
Tints of Ruby #DD1661
RGB
CMYK
RGB Variations
Color information
#DD1661 (or 0xDD1661) is known color: Ruby. HEX triplet: DD, 16 and 61. RGB value is (221,22,97). Sum of RGB (Red+Green+Blue) = 221+22+97=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1661 is #22E99E. Grayscale: #595959. Windows color (decimal): -2288031 or 6362845. OLE color: 6362845.
HSL color Cylindrical-coordinate representation of color #DD1661: hue angle of 337.39º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1661 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 97 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.13 |
| HSL | 337.39º | 0.82% | 0.48% | - |
| HSV(B) | 337.39º | 0.9% | 0.87% | - |
| XYZ | 32.26 | 16.81 | 12.85 | - |
| YUV | 90.05 | 131.93 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 97 | 0 | 0.90 | 0.56 | 0.13 | 337.39 | 0.82 | 0.48 |
| Hex | DD | 16 | 61 | 0 | 5A | 38 | D | 151 | 52 | 30 |
| Octal | 335 | 26 | 141 | 0 | 132 | 70 | 15 | 521 | 122 | 60 |
| Binary | 11011101 | 10110 | 1100001 | 0 | 1011010 | 111000 | 1101 | 101010001 | 1010010 | 110000 |
Color Harmonies of #DD1661
Complementary color
Monochromatic Colors of #DD1661
Black with #DD1661
Text Example
Text Example
White with #DD1661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1661; }
p { color: rgb(221,22,97); }
H1.HeaderClassName
{
color: #DD1661;
}
.AnyTagClassName
{
color: #DD1661;
}
</style>
background-color css
<style>
a { background-color: #DD1661; }
a { background-color: rgb(221,22,97); }
div.DivClassName
{
background-color: #DD1661;
}
.BgClassName
{
background-color: #DD1661;
}
</style>
border-color css
<style>
span { border-color: #DD1661; }
span { border-color: rgb(221,22,97); }
td.TdClassName
{
border-color: #DD1661;
}
.TagClassName
{
border-color: #DD1661;
}
</style>