Shades of Ruby #DD1673
Tints of Ruby #DD1673
RGB
CMYK
RGB Variations
Color information
#DD1673 (or 0xDD1673) is known color: Ruby. HEX triplet: DD, 16 and 73. RGB value is (221,22,115). Sum of RGB (Red+Green+Blue) = 221+22+115=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1673 is #22E98C. Grayscale: #5B5B5B. Windows color (decimal): -2288013 or 7542493. OLE color: 7542493.
HSL color Cylindrical-coordinate representation of color #DD1673: hue angle of 331.96º degrees, saturation: 0.82, 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 #DD1673 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 115 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.13 |
| HSL | 331.96º | 0.82% | 0.48% | - |
| HSV(B) | 331.96º | 0.9% | 0.87% | - |
| XYZ | 33.2 | 17.18 | 17.79 | - |
| YUV | 92.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 115 | 0 | 0.90 | 0.48 | 0.13 | 331.96 | 0.82 | 0.48 |
| Hex | DD | 16 | 73 | 0 | 5A | 30 | D | 14C | 52 | 30 |
| Octal | 335 | 26 | 163 | 0 | 132 | 60 | 15 | 514 | 122 | 60 |
| Binary | 11011101 | 10110 | 1110011 | 0 | 1011010 | 110000 | 1101 | 101001100 | 1010010 | 110000 |
Color Harmonies of #DD1673
Complementary color
Monochromatic Colors of #DD1673
Black with #DD1673
Text Example
Text Example
White with #DD1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1673; }
p { color: rgb(221,22,115); }
H1.HeaderClassName
{
color: #DD1673;
}
.AnyTagClassName
{
color: #DD1673;
}
</style>
background-color css
<style>
a { background-color: #DD1673; }
a { background-color: rgb(221,22,115); }
div.DivClassName
{
background-color: #DD1673;
}
.BgClassName
{
background-color: #DD1673;
}
</style>
border-color css
<style>
span { border-color: #DD1673; }
span { border-color: rgb(221,22,115); }
td.TdClassName
{
border-color: #DD1673;
}
.TagClassName
{
border-color: #DD1673;
}
</style>