Shades of Ruby #DD176A
Tints of Ruby #DD176A
RGB
CMYK
RGB Variations
Color information
#DD176A (or 0xDD176A) is known color: Ruby. HEX triplet: DD, 17 and 6A. RGB value is (221,23,106). Sum of RGB (Red+Green+Blue) = 221+23+106=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD176A is #22E895. Grayscale: #5B5B5B. Windows color (decimal): -2287766 or 6952925. OLE color: 6952925.
HSL color Cylindrical-coordinate representation of color #DD176A: hue angle of 334.85º degrees, saturation: 0.81, 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 #DD176A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 106 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.13 |
| HSL | 334.85º | 0.81% | 0.48% | - |
| HSV(B) | 334.85º | 0.9% | 0.87% | - |
| XYZ | 32.73 | 17.03 | 15.2 | - |
| YUV | 91.66 | 136.1 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 106 | 0 | 0.90 | 0.52 | 0.13 | 334.85 | 0.81 | 0.48 |
| Hex | DD | 17 | 6A | 0 | 5A | 34 | D | 14F | 51 | 30 |
| Octal | 335 | 27 | 152 | 0 | 132 | 64 | 15 | 517 | 121 | 60 |
| Binary | 11011101 | 10111 | 1101010 | 0 | 1011010 | 110100 | 1101 | 101001111 | 1010001 | 110000 |
Color Harmonies of #DD176A
Complementary color
Monochromatic Colors of #DD176A
Black with #DD176A
Text Example
Text Example
White with #DD176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD176A; }
p { color: rgb(221,23,106); }
H1.HeaderClassName
{
color: #DD176A;
}
.AnyTagClassName
{
color: #DD176A;
}
</style>
background-color css
<style>
a { background-color: #DD176A; }
a { background-color: rgb(221,23,106); }
div.DivClassName
{
background-color: #DD176A;
}
.BgClassName
{
background-color: #DD176A;
}
</style>
border-color css
<style>
span { border-color: #DD176A; }
span { border-color: rgb(221,23,106); }
td.TdClassName
{
border-color: #DD176A;
}
.TagClassName
{
border-color: #DD176A;
}
</style>