Shades of Ruby #DD1E73
Tints of Ruby #DD1E73
RGB
CMYK
RGB Variations
Color information
#DD1E73 (or 0xDD1E73) is known color: Ruby. HEX triplet: DD, 1E and 73. RGB value is (221,30,115). Sum of RGB (Red+Green+Blue) = 221+30+115=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E73 is #22E18C. Grayscale: #606060. Windows color (decimal): -2285965 or 7544541. OLE color: 7544541.
HSL color Cylindrical-coordinate representation of color #DD1E73: hue angle of 333.3º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E73 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 115 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.13 |
| HSL | 333.3º | 0.76% | 0.49% | - |
| HSV(B) | 333.3º | 0.86% | 0.87% | - |
| XYZ | 33.38 | 17.54 | 17.85 | - |
| YUV | 96.8 | 138.28 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 115 | 0 | 0.86 | 0.48 | 0.13 | 333.3 | 0.76 | 0.49 |
| Hex | DD | 1E | 73 | 0 | 56 | 30 | D | 14D | 4C | 31 |
| Octal | 335 | 36 | 163 | 0 | 126 | 60 | 15 | 515 | 114 | 61 |
| Binary | 11011101 | 11110 | 1110011 | 0 | 1010110 | 110000 | 1101 | 101001101 | 1001100 | 110001 |
Color Harmonies of #DD1E73
Complementary color
Monochromatic Colors of #DD1E73
Black with #DD1E73
Text Example
Text Example
White with #DD1E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E73; }
p { color: rgb(221,30,115); }
H1.HeaderClassName
{
color: #DD1E73;
}
.AnyTagClassName
{
color: #DD1E73;
}
</style>
background-color css
<style>
a { background-color: #DD1E73; }
a { background-color: rgb(221,30,115); }
div.DivClassName
{
background-color: #DD1E73;
}
.BgClassName
{
background-color: #DD1E73;
}
</style>
border-color css
<style>
span { border-color: #DD1E73; }
span { border-color: rgb(221,30,115); }
td.TdClassName
{
border-color: #DD1E73;
}
.TagClassName
{
border-color: #DD1E73;
}
</style>