Shades of Ruby #DD1063
Tints of Ruby #DD1063
RGB
CMYK
RGB Variations
Color information
#DD1063 (or 0xDD1063) is known color: Ruby. HEX triplet: DD, 10 and 63. RGB value is (221,16,99). Sum of RGB (Red+Green+Blue) = 221+16+99=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1063 is #22EF9C. Grayscale: #565656. Windows color (decimal): -2289565 or 6492381. OLE color: 6492381.
HSL color Cylindrical-coordinate representation of color #DD1063: hue angle of 335.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1063 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 99 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.13 |
| HSL | 335.71º | 0.86% | 0.46% | - |
| HSV(B) | 335.71º | 0.93% | 0.87% | - |
| XYZ | 32.26 | 16.64 | 13.32 | - |
| YUV | 86.76 | 134.92 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 99 | 0 | 0.93 | 0.55 | 0.13 | 335.71 | 0.86 | 0.46 |
| Hex | DD | 10 | 63 | 0 | 5D | 37 | D | 150 | 56 | 2E |
| Octal | 335 | 20 | 143 | 0 | 135 | 67 | 15 | 520 | 126 | 56 |
| Binary | 11011101 | 10000 | 1100011 | 0 | 1011101 | 110111 | 1101 | 101010000 | 1010110 | 101110 |
Color Harmonies of #DD1063
Complementary color
Monochromatic Colors of #DD1063
Black with #DD1063
Text Example
Text Example
White with #DD1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1063; }
p { color: rgb(221,16,99); }
H1.HeaderClassName
{
color: #DD1063;
}
.AnyTagClassName
{
color: #DD1063;
}
</style>
background-color css
<style>
a { background-color: #DD1063; }
a { background-color: rgb(221,16,99); }
div.DivClassName
{
background-color: #DD1063;
}
.BgClassName
{
background-color: #DD1063;
}
</style>
border-color css
<style>
span { border-color: #DD1063; }
span { border-color: rgb(221,16,99); }
td.TdClassName
{
border-color: #DD1063;
}
.TagClassName
{
border-color: #DD1063;
}
</style>