Shades of Ruby #DD206C
Tints of Ruby #DD206C
RGB
CMYK
RGB Variations
Color information
#DD206C (or 0xDD206C) is known color: Ruby. HEX triplet: DD, 20 and 6C. RGB value is (221,32,108). Sum of RGB (Red+Green+Blue) = 221+32+108=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD206C is #22DF93. Grayscale: #616161. Windows color (decimal): -2285460 or 7086301. OLE color: 7086301.
HSL color Cylindrical-coordinate representation of color #DD206C: hue angle of 335.87º 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 #DD206C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 108 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.13 |
| HSL | 335.87º | 0.75% | 0.5% | - |
| HSV(B) | 335.87º | 0.86% | 0.87% | - |
| XYZ | 33.04 | 17.49 | 15.82 | - |
| YUV | 97.18 | 134.12 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 108 | 0 | 0.86 | 0.51 | 0.13 | 335.87 | 0.75 | 0.5 |
| Hex | DD | 20 | 6C | 0 | 56 | 33 | D | 150 | 4B | 32 |
| Octal | 335 | 40 | 154 | 0 | 126 | 63 | 15 | 520 | 113 | 62 |
| Binary | 11011101 | 100000 | 1101100 | 0 | 1010110 | 110011 | 1101 | 101010000 | 1001011 | 110010 |
Color Harmonies of #DD206C
Complementary color
Monochromatic Colors of #DD206C
Black with #DD206C
Text Example
Text Example
White with #DD206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD206C; }
p { color: rgb(221,32,108); }
H1.HeaderClassName
{
color: #DD206C;
}
.AnyTagClassName
{
color: #DD206C;
}
</style>
background-color css
<style>
a { background-color: #DD206C; }
a { background-color: rgb(221,32,108); }
div.DivClassName
{
background-color: #DD206C;
}
.BgClassName
{
background-color: #DD206C;
}
</style>
border-color css
<style>
span { border-color: #DD206C; }
span { border-color: rgb(221,32,108); }
td.TdClassName
{
border-color: #DD206C;
}
.TagClassName
{
border-color: #DD206C;
}
</style>