Shades of Ruby #DD1C5D
Tints of Ruby #DD1C5D
RGB
CMYK
RGB Variations
Color information
#DD1C5D (or 0xDD1C5D) is known color: Ruby. HEX triplet: DD, 1C and 5D. RGB value is (221,28,93). Sum of RGB (Red+Green+Blue) = 221+28+93=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1C5D is #22E3A2. Grayscale: #5D5D5D. Windows color (decimal): -2286499 or 6102237. OLE color: 6102237.
HSL color Cylindrical-coordinate representation of color #DD1C5D: hue angle of 339.79º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C5D is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 93 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.13 |
| HSL | 339.79º | 0.78% | 0.49% | - |
| HSV(B) | 339.79º | 0.87% | 0.87% | - |
| XYZ | 32.21 | 16.99 | 11.94 | - |
| YUV | 93.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 93 | 0 | 0.87 | 0.58 | 0.13 | 339.79 | 0.78 | 0.49 |
| Hex | DD | 1C | 5D | 0 | 57 | 3A | D | 154 | 4E | 31 |
| Octal | 335 | 34 | 135 | 0 | 127 | 72 | 15 | 524 | 116 | 61 |
| Binary | 11011101 | 11100 | 1011101 | 0 | 1010111 | 111010 | 1101 | 101010100 | 1001110 | 110001 |
Color Harmonies of #DD1C5D
Complementary color
Monochromatic Colors of #DD1C5D
Black with #DD1C5D
Text Example
Text Example
White with #DD1C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C5D; }
p { color: rgb(221,28,93); }
H1.HeaderClassName
{
color: #DD1C5D;
}
.AnyTagClassName
{
color: #DD1C5D;
}
</style>
background-color css
<style>
a { background-color: #DD1C5D; }
a { background-color: rgb(221,28,93); }
div.DivClassName
{
background-color: #DD1C5D;
}
.BgClassName
{
background-color: #DD1C5D;
}
</style>
border-color css
<style>
span { border-color: #DD1C5D; }
span { border-color: rgb(221,28,93); }
td.TdClassName
{
border-color: #DD1C5D;
}
.TagClassName
{
border-color: #DD1C5D;
}
</style>