Shades of Ruby #DD1473
Tints of Ruby #DD1473
RGB
CMYK
RGB Variations
Color information
#DD1473 (or 0xDD1473) is known color: Ruby. HEX triplet: DD, 14 and 73. RGB value is (221,20,115). Sum of RGB (Red+Green+Blue) = 221+20+115=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1473 is #22EB8C. Grayscale: #5A5A5A. Windows color (decimal): -2288525 or 7541981. OLE color: 7541981.
HSL color Cylindrical-coordinate representation of color #DD1473: hue angle of 331.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1473 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 115 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.13 |
| HSL | 331.64º | 0.83% | 0.47% | - |
| HSV(B) | 331.64º | 0.91% | 0.87% | - |
| XYZ | 33.16 | 17.11 | 17.77 | - |
| YUV | 90.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 115 | 0 | 0.91 | 0.48 | 0.13 | 331.64 | 0.83 | 0.47 |
| Hex | DD | 14 | 73 | 0 | 5B | 30 | D | 14C | 53 | 2F |
| Octal | 335 | 24 | 163 | 0 | 133 | 60 | 15 | 514 | 123 | 57 |
| Binary | 11011101 | 10100 | 1110011 | 0 | 1011011 | 110000 | 1101 | 101001100 | 1010011 | 101111 |
Color Harmonies of #DD1473
Complementary color
Monochromatic Colors of #DD1473
Black with #DD1473
Text Example
Text Example
White with #DD1473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1473; }
p { color: rgb(221,20,115); }
H1.HeaderClassName
{
color: #DD1473;
}
.AnyTagClassName
{
color: #DD1473;
}
</style>
background-color css
<style>
a { background-color: #DD1473; }
a { background-color: rgb(221,20,115); }
div.DivClassName
{
background-color: #DD1473;
}
.BgClassName
{
background-color: #DD1473;
}
</style>
border-color css
<style>
span { border-color: #DD1473; }
span { border-color: rgb(221,20,115); }
td.TdClassName
{
border-color: #DD1473;
}
.TagClassName
{
border-color: #DD1473;
}
</style>