Shades of Ruby #DD206D
Tints of Ruby #DD206D
RGB
CMYK
RGB Variations
Color information
#DD206D (or 0xDD206D) is known color: Ruby. HEX triplet: DD, 20 and 6D. RGB value is (221,32,109). Sum of RGB (Red+Green+Blue) = 221+32+109=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD206D is #22DF92. Grayscale: #616161. Windows color (decimal): -2285459 or 7151837. OLE color: 7151837.
HSL color Cylindrical-coordinate representation of color #DD206D: hue angle of 335.56º 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 #DD206D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 109 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.13 |
| HSL | 335.56º | 0.75% | 0.5% | - |
| HSV(B) | 335.56º | 0.86% | 0.87% | - |
| XYZ | 33.1 | 17.51 | 16.1 | - |
| YUV | 97.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 109 | 0 | 0.86 | 0.51 | 0.13 | 335.56 | 0.75 | 0.5 |
| Hex | DD | 20 | 6D | 0 | 56 | 33 | D | 150 | 4B | 32 |
| Octal | 335 | 40 | 155 | 0 | 126 | 63 | 15 | 520 | 113 | 62 |
| Binary | 11011101 | 100000 | 1101101 | 0 | 1010110 | 110011 | 1101 | 101010000 | 1001011 | 110010 |
Color Harmonies of #DD206D
Complementary color
Monochromatic Colors of #DD206D
Black with #DD206D
Text Example
Text Example
White with #DD206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD206D; }
p { color: rgb(221,32,109); }
H1.HeaderClassName
{
color: #DD206D;
}
.AnyTagClassName
{
color: #DD206D;
}
</style>
background-color css
<style>
a { background-color: #DD206D; }
a { background-color: rgb(221,32,109); }
div.DivClassName
{
background-color: #DD206D;
}
.BgClassName
{
background-color: #DD206D;
}
</style>
border-color css
<style>
span { border-color: #DD206D; }
span { border-color: rgb(221,32,109); }
td.TdClassName
{
border-color: #DD206D;
}
.TagClassName
{
border-color: #DD206D;
}
</style>