Shades of Ruby #DD1773
Tints of Ruby #DD1773
RGB
CMYK
RGB Variations
Color information
#DD1773 (or 0xDD1773) is known color: Ruby. HEX triplet: DD, 17 and 73. RGB value is (221,23,115). Sum of RGB (Red+Green+Blue) = 221+23+115=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1773 is #22E88C. Grayscale: #5C5C5C. Windows color (decimal): -2287757 or 7542749. OLE color: 7542749.
HSL color Cylindrical-coordinate representation of color #DD1773: hue angle of 332.12º 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 #DD1773 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 115 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.13 |
| HSL | 332.12º | 0.81% | 0.48% | - |
| HSV(B) | 332.12º | 0.9% | 0.87% | - |
| XYZ | 33.22 | 17.22 | 17.79 | - |
| YUV | 92.69 | 140.6 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 115 | 0 | 0.90 | 0.48 | 0.13 | 332.12 | 0.81 | 0.48 |
| Hex | DD | 17 | 73 | 0 | 5A | 30 | D | 14C | 51 | 30 |
| Octal | 335 | 27 | 163 | 0 | 132 | 60 | 15 | 514 | 121 | 60 |
| Binary | 11011101 | 10111 | 1110011 | 0 | 1011010 | 110000 | 1101 | 101001100 | 1010001 | 110000 |
Color Harmonies of #DD1773
Complementary color
Monochromatic Colors of #DD1773
Black with #DD1773
Text Example
Text Example
White with #DD1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1773; }
p { color: rgb(221,23,115); }
H1.HeaderClassName
{
color: #DD1773;
}
.AnyTagClassName
{
color: #DD1773;
}
</style>
background-color css
<style>
a { background-color: #DD1773; }
a { background-color: rgb(221,23,115); }
div.DivClassName
{
background-color: #DD1773;
}
.BgClassName
{
background-color: #DD1773;
}
</style>
border-color css
<style>
span { border-color: #DD1773; }
span { border-color: rgb(221,23,115); }
td.TdClassName
{
border-color: #DD1773;
}
.TagClassName
{
border-color: #DD1773;
}
</style>