Shades of Ruby #DD1753
Tints of Ruby #DD1753
RGB
CMYK
RGB Variations
Color information
#DD1753 (or 0xDD1753) is known color: Ruby. HEX triplet: DD, 17 and 53. RGB value is (221,23,83). Sum of RGB (Red+Green+Blue) = 221+23+83=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1753 is #22E8AC. Grayscale: #585858. Windows color (decimal): -2287789 or 5445597. OLE color: 5445597.
HSL color Cylindrical-coordinate representation of color #DD1753: hue angle of 341.82º 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 #DD1753 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 83 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.13 |
| HSL | 341.82º | 0.81% | 0.48% | - |
| HSV(B) | 341.82º | 0.9% | 0.87% | - |
| XYZ | 31.69 | 16.61 | 9.72 | - |
| YUV | 89.04 | 124.6 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 83 | 0 | 0.90 | 0.62 | 0.13 | 341.82 | 0.81 | 0.48 |
| Hex | DD | 17 | 53 | 0 | 5A | 3E | D | 156 | 51 | 30 |
| Octal | 335 | 27 | 123 | 0 | 132 | 76 | 15 | 526 | 121 | 60 |
| Binary | 11011101 | 10111 | 1010011 | 0 | 1011010 | 111110 | 1101 | 101010110 | 1010001 | 110000 |
Color Harmonies of #DD1753
Complementary color
Monochromatic Colors of #DD1753
Black with #DD1753
Text Example
Text Example
White with #DD1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1753; }
p { color: rgb(221,23,83); }
H1.HeaderClassName
{
color: #DD1753;
}
.AnyTagClassName
{
color: #DD1753;
}
</style>
background-color css
<style>
a { background-color: #DD1753; }
a { background-color: rgb(221,23,83); }
div.DivClassName
{
background-color: #DD1753;
}
.BgClassName
{
background-color: #DD1753;
}
</style>
border-color css
<style>
span { border-color: #DD1753; }
span { border-color: rgb(221,23,83); }
td.TdClassName
{
border-color: #DD1753;
}
.TagClassName
{
border-color: #DD1753;
}
</style>