Shades of Ruby #DF206D
Tints of Ruby #DF206D
RGB
CMYK
RGB Variations
Color information
#DF206D (or 0xDF206D) is known color: Ruby. HEX triplet: DF, 20 and 6D. RGB value is (223,32,109). Sum of RGB (Red+Green+Blue) = 223+32+109=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF206D is #20DF92. Grayscale: #616161. Windows color (decimal): -2154387 or 7151839. OLE color: 7151839.
HSL color Cylindrical-coordinate representation of color #DF206D: hue angle of 335.81º 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 #DF206D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 109 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.13 |
| HSL | 335.81º | 0.75% | 0.5% | - |
| HSV(B) | 335.81º | 0.86% | 0.87% | - |
| XYZ | 33.71 | 17.83 | 16.13 | - |
| YUV | 97.89 | 134.28 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 109 | 0 | 0.86 | 0.51 | 0.13 | 335.81 | 0.75 | 0.5 |
| Hex | DF | 20 | 6D | 0 | 56 | 33 | D | 150 | 4B | 32 |
| Octal | 337 | 40 | 155 | 0 | 126 | 63 | 15 | 520 | 113 | 62 |
| Binary | 11011111 | 100000 | 1101101 | 0 | 1010110 | 110011 | 1101 | 101010000 | 1001011 | 110010 |
Color Harmonies of #DF206D
Complementary color
Monochromatic Colors of #DF206D
Black with #DF206D
Text Example
Text Example
White with #DF206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF206D; }
p { color: rgb(223,32,109); }
H1.HeaderClassName
{
color: #DF206D;
}
.AnyTagClassName
{
color: #DF206D;
}
</style>
background-color css
<style>
a { background-color: #DF206D; }
a { background-color: rgb(223,32,109); }
div.DivClassName
{
background-color: #DF206D;
}
.BgClassName
{
background-color: #DF206D;
}
</style>
border-color css
<style>
span { border-color: #DF206D; }
span { border-color: rgb(223,32,109); }
td.TdClassName
{
border-color: #DF206D;
}
.TagClassName
{
border-color: #DF206D;
}
</style>