Shades of Ruby #DD2063
Tints of Ruby #DD2063
RGB
CMYK
RGB Variations
Color information
#DD2063 (or 0xDD2063) is known color: Ruby. HEX triplet: DD, 20 and 63. RGB value is (221,32,99). Sum of RGB (Red+Green+Blue) = 221+32+99=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2063 is #22DF9C. Grayscale: #606060. Windows color (decimal): -2285469 or 6496477. OLE color: 6496477.
HSL color Cylindrical-coordinate representation of color #DD2063: hue angle of 338.73º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2063 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 99 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.13 |
| HSL | 338.73º | 0.75% | 0.5% | - |
| HSV(B) | 338.73º | 0.86% | 0.87% | - |
| XYZ | 32.59 | 17.31 | 13.43 | - |
| YUV | 96.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 99 | 0 | 0.86 | 0.55 | 0.13 | 338.73 | 0.75 | 0.5 |
| Hex | DD | 20 | 63 | 0 | 56 | 37 | D | 153 | 4B | 32 |
| Octal | 335 | 40 | 143 | 0 | 126 | 67 | 15 | 523 | 113 | 62 |
| Binary | 11011101 | 100000 | 1100011 | 0 | 1010110 | 110111 | 1101 | 101010011 | 1001011 | 110010 |
Color Harmonies of #DD2063
Complementary color
Monochromatic Colors of #DD2063
Black with #DD2063
Text Example
Text Example
White with #DD2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2063; }
p { color: rgb(221,32,99); }
H1.HeaderClassName
{
color: #DD2063;
}
.AnyTagClassName
{
color: #DD2063;
}
</style>
background-color css
<style>
a { background-color: #DD2063; }
a { background-color: rgb(221,32,99); }
div.DivClassName
{
background-color: #DD2063;
}
.BgClassName
{
background-color: #DD2063;
}
</style>
border-color css
<style>
span { border-color: #DD2063; }
span { border-color: rgb(221,32,99); }
td.TdClassName
{
border-color: #DD2063;
}
.TagClassName
{
border-color: #DD2063;
}
</style>