Shades of Ruby #DD1264
Tints of Ruby #DD1264
RGB
CMYK
RGB Variations
Color information
#DD1264 (or 0xDD1264) is known color: Ruby. HEX triplet: DD, 12 and 64. RGB value is (221,18,100). Sum of RGB (Red+Green+Blue) = 221+18+100=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1264 is #22ED9B. Grayscale: #575757. Windows color (decimal): -2289052 or 6558429. OLE color: 6558429.
HSL color Cylindrical-coordinate representation of color #DD1264: hue angle of 335.76º degrees, saturation: 0.85, 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 #DD1264 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 100 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.13 |
| HSL | 335.76º | 0.85% | 0.47% | - |
| HSV(B) | 335.76º | 0.92% | 0.87% | - |
| XYZ | 32.34 | 16.72 | 13.58 | - |
| YUV | 88.05 | 134.75 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 100 | 0 | 0.92 | 0.55 | 0.13 | 335.76 | 0.85 | 0.47 |
| Hex | DD | 12 | 64 | 0 | 5C | 37 | D | 150 | 55 | 2F |
| Octal | 335 | 22 | 144 | 0 | 134 | 67 | 15 | 520 | 125 | 57 |
| Binary | 11011101 | 10010 | 1100100 | 0 | 1011100 | 110111 | 1101 | 101010000 | 1010101 | 101111 |
Color Harmonies of #DD1264
Complementary color
Monochromatic Colors of #DD1264
Black with #DD1264
Text Example
Text Example
White with #DD1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1264; }
p { color: rgb(221,18,100); }
H1.HeaderClassName
{
color: #DD1264;
}
.AnyTagClassName
{
color: #DD1264;
}
</style>
background-color css
<style>
a { background-color: #DD1264; }
a { background-color: rgb(221,18,100); }
div.DivClassName
{
background-color: #DD1264;
}
.BgClassName
{
background-color: #DD1264;
}
</style>
border-color css
<style>
span { border-color: #DD1264; }
span { border-color: rgb(221,18,100); }
td.TdClassName
{
border-color: #DD1264;
}
.TagClassName
{
border-color: #DD1264;
}
</style>