Shades of Ruby #DF206C
Tints of Ruby #DF206C
RGB
CMYK
RGB Variations
Color information
#DF206C (or 0xDF206C) is known color: Ruby. HEX triplet: DF, 20 and 6C. RGB value is (223,32,108). Sum of RGB (Red+Green+Blue) = 223+32+108=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF206C is #20DF93. Grayscale: #616161. Windows color (decimal): -2154388 or 7086303. OLE color: 7086303.
HSL color Cylindrical-coordinate representation of color #DF206C: hue angle of 336.13º 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 #DF206C is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 108 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.13 |
| HSL | 336.13º | 0.75% | 0.5% | - |
| HSV(B) | 336.13º | 0.86% | 0.87% | - |
| XYZ | 33.65 | 17.8 | 15.85 | - |
| YUV | 97.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 108 | 0 | 0.86 | 0.52 | 0.13 | 336.13 | 0.75 | 0.5 |
| Hex | DF | 20 | 6C | 0 | 56 | 34 | D | 150 | 4B | 32 |
| Octal | 337 | 40 | 154 | 0 | 126 | 64 | 15 | 520 | 113 | 62 |
| Binary | 11011111 | 100000 | 1101100 | 0 | 1010110 | 110100 | 1101 | 101010000 | 1001011 | 110010 |
Color Harmonies of #DF206C
Complementary color
Monochromatic Colors of #DF206C
Black with #DF206C
Text Example
Text Example
White with #DF206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF206C; }
p { color: rgb(223,32,108); }
H1.HeaderClassName
{
color: #DF206C;
}
.AnyTagClassName
{
color: #DF206C;
}
</style>
background-color css
<style>
a { background-color: #DF206C; }
a { background-color: rgb(223,32,108); }
div.DivClassName
{
background-color: #DF206C;
}
.BgClassName
{
background-color: #DF206C;
}
</style>
border-color css
<style>
span { border-color: #DF206C; }
span { border-color: rgb(223,32,108); }
td.TdClassName
{
border-color: #DF206C;
}
.TagClassName
{
border-color: #DF206C;
}
</style>