Shades of Ruby #DD176E
Tints of Ruby #DD176E
RGB
CMYK
RGB Variations
Color information
#DD176E (or 0xDD176E) is known color: Ruby. HEX triplet: DD, 17 and 6E. RGB value is (221,23,110). Sum of RGB (Red+Green+Blue) = 221+23+110=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD176E is #22E891. Grayscale: #5B5B5B. Windows color (decimal): -2287762 or 7215069. OLE color: 7215069.
HSL color Cylindrical-coordinate representation of color #DD176E: hue angle of 333.64º 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 #DD176E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 110 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.13 |
| HSL | 333.64º | 0.81% | 0.48% | - |
| HSV(B) | 333.64º | 0.9% | 0.87% | - |
| XYZ | 32.94 | 17.11 | 16.32 | - |
| YUV | 92.12 | 138.1 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 110 | 0 | 0.90 | 0.50 | 0.13 | 333.64 | 0.81 | 0.48 |
| Hex | DD | 17 | 6E | 0 | 5A | 32 | D | 14E | 51 | 30 |
| Octal | 335 | 27 | 156 | 0 | 132 | 62 | 15 | 516 | 121 | 60 |
| Binary | 11011101 | 10111 | 1101110 | 0 | 1011010 | 110010 | 1101 | 101001110 | 1010001 | 110000 |
Color Harmonies of #DD176E
Complementary color
Monochromatic Colors of #DD176E
Black with #DD176E
Text Example
Text Example
White with #DD176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD176E; }
p { color: rgb(221,23,110); }
H1.HeaderClassName
{
color: #DD176E;
}
.AnyTagClassName
{
color: #DD176E;
}
</style>
background-color css
<style>
a { background-color: #DD176E; }
a { background-color: rgb(221,23,110); }
div.DivClassName
{
background-color: #DD176E;
}
.BgClassName
{
background-color: #DD176E;
}
</style>
border-color css
<style>
span { border-color: #DD176E; }
span { border-color: rgb(221,23,110); }
td.TdClassName
{
border-color: #DD176E;
}
.TagClassName
{
border-color: #DD176E;
}
</style>