Shades of Ruby #DD2060
Tints of Ruby #DD2060
RGB
CMYK
RGB Variations
Color information
#DD2060 (or 0xDD2060) is known color: Ruby. HEX triplet: DD, 20 and 60. RGB value is (221,32,96). Sum of RGB (Red+Green+Blue) = 221+32+96=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2060 is #22DF9F. Grayscale: #5F5F5F. Windows color (decimal): -2285472 or 6299869. OLE color: 6299869.
HSL color Cylindrical-coordinate representation of color #DD2060: hue angle of 339.68º 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 #DD2060 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 96 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.13 |
| HSL | 339.68º | 0.75% | 0.5% | - |
| HSV(B) | 339.68º | 0.86% | 0.87% | - |
| XYZ | 32.45 | 17.25 | 12.69 | - |
| YUV | 95.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 96 | 0 | 0.86 | 0.57 | 0.13 | 339.68 | 0.75 | 0.5 |
| Hex | DD | 20 | 60 | 0 | 56 | 39 | D | 154 | 4B | 32 |
| Octal | 335 | 40 | 140 | 0 | 126 | 71 | 15 | 524 | 113 | 62 |
| Binary | 11011101 | 100000 | 1100000 | 0 | 1010110 | 111001 | 1101 | 101010100 | 1001011 | 110010 |
Color Harmonies of #DD2060
Complementary color
Monochromatic Colors of #DD2060
Black with #DD2060
Text Example
Text Example
White with #DD2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2060; }
p { color: rgb(221,32,96); }
H1.HeaderClassName
{
color: #DD2060;
}
.AnyTagClassName
{
color: #DD2060;
}
</style>
background-color css
<style>
a { background-color: #DD2060; }
a { background-color: rgb(221,32,96); }
div.DivClassName
{
background-color: #DD2060;
}
.BgClassName
{
background-color: #DD2060;
}
</style>
border-color css
<style>
span { border-color: #DD2060; }
span { border-color: rgb(221,32,96); }
td.TdClassName
{
border-color: #DD2060;
}
.TagClassName
{
border-color: #DD2060;
}
</style>