Shades of Ruby #DD1155
Tints of Ruby #DD1155
RGB
CMYK
RGB Variations
Color information
#DD1155 (or 0xDD1155) is known color: Ruby. HEX triplet: DD, 11 and 55. RGB value is (221,17,85). Sum of RGB (Red+Green+Blue) = 221+17+85=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1155 is #22EEAA. Grayscale: #555555. Windows color (decimal): -2289323 or 5575133. OLE color: 5575133.
HSL color Cylindrical-coordinate representation of color #DD1155: hue angle of 340º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1155 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 85 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.13 |
| HSL | 340º | 0.86% | 0.47% | - |
| HSV(B) | 340º | 0.92% | 0.87% | - |
| XYZ | 31.66 | 16.43 | 10.1 | - |
| YUV | 85.75 | 127.59 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 85 | 0 | 0.92 | 0.62 | 0.13 | 340 | 0.86 | 0.47 |
| Hex | DD | 11 | 55 | 0 | 5C | 3E | D | 154 | 56 | 2F |
| Octal | 335 | 21 | 125 | 0 | 134 | 76 | 15 | 524 | 126 | 57 |
| Binary | 11011101 | 10001 | 1010101 | 0 | 1011100 | 111110 | 1101 | 101010100 | 1010110 | 101111 |
Color Harmonies of #DD1155
Complementary color
Monochromatic Colors of #DD1155
Black with #DD1155
Text Example
Text Example
White with #DD1155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1155; }
p { color: rgb(221,17,85); }
H1.HeaderClassName
{
color: #DD1155;
}
.AnyTagClassName
{
color: #DD1155;
}
</style>
background-color css
<style>
a { background-color: #DD1155; }
a { background-color: rgb(221,17,85); }
div.DivClassName
{
background-color: #DD1155;
}
.BgClassName
{
background-color: #DD1155;
}
</style>
border-color css
<style>
span { border-color: #DD1155; }
span { border-color: rgb(221,17,85); }
td.TdClassName
{
border-color: #DD1155;
}
.TagClassName
{
border-color: #DD1155;
}
</style>