Shades of Ruby #DD206F
Tints of Ruby #DD206F
RGB
CMYK
RGB Variations
Color information
#DD206F (or 0xDD206F) is known color: Ruby. HEX triplet: DD, 20 and 6F. RGB value is (221,32,111). Sum of RGB (Red+Green+Blue) = 221+32+111=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD206F is #22DF90. Grayscale: #616161. Windows color (decimal): -2285457 or 7282909. OLE color: 7282909.
HSL color Cylindrical-coordinate representation of color #DD206F: hue angle of 334.92º 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 #DD206F is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 111 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.13 |
| HSL | 334.92º | 0.75% | 0.5% | - |
| HSV(B) | 334.92º | 0.86% | 0.87% | - |
| XYZ | 33.2 | 17.55 | 16.68 | - |
| YUV | 97.52 | 135.62 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 111 | 0 | 0.86 | 0.50 | 0.13 | 334.92 | 0.75 | 0.5 |
| Hex | DD | 20 | 6F | 0 | 56 | 32 | D | 14F | 4B | 32 |
| Octal | 335 | 40 | 157 | 0 | 126 | 62 | 15 | 517 | 113 | 62 |
| Binary | 11011101 | 100000 | 1101111 | 0 | 1010110 | 110010 | 1101 | 101001111 | 1001011 | 110010 |
Color Harmonies of #DD206F
Complementary color
Monochromatic Colors of #DD206F
Black with #DD206F
Text Example
Text Example
White with #DD206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD206F; }
p { color: rgb(221,32,111); }
H1.HeaderClassName
{
color: #DD206F;
}
.AnyTagClassName
{
color: #DD206F;
}
</style>
background-color css
<style>
a { background-color: #DD206F; }
a { background-color: rgb(221,32,111); }
div.DivClassName
{
background-color: #DD206F;
}
.BgClassName
{
background-color: #DD206F;
}
</style>
border-color css
<style>
span { border-color: #DD206F; }
span { border-color: rgb(221,32,111); }
td.TdClassName
{
border-color: #DD206F;
}
.TagClassName
{
border-color: #DD206F;
}
</style>