Shades of Ruby #DF205D
Tints of Ruby #DF205D
RGB
CMYK
RGB Variations
Color information
#DF205D (or 0xDF205D) is known color: Ruby. HEX triplet: DF, 20 and 5D. RGB value is (223,32,93). Sum of RGB (Red+Green+Blue) = 223+32+93=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF205D is #20DFA2. Grayscale: #606060. Windows color (decimal): -2154403 or 6103263. OLE color: 6103263.
HSL color Cylindrical-coordinate representation of color #DF205D: hue angle of 340.84º 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 #DF205D is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 93 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.13 |
| HSL | 340.84º | 0.75% | 0.5% | - |
| HSV(B) | 340.84º | 0.86% | 0.87% | - |
| XYZ | 32.92 | 17.51 | 12 | - |
| YUV | 96.06 | 126.28 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 93 | 0 | 0.86 | 0.58 | 0.13 | 340.84 | 0.75 | 0.5 |
| Hex | DF | 20 | 5D | 0 | 56 | 3A | D | 155 | 4B | 32 |
| Octal | 337 | 40 | 135 | 0 | 126 | 72 | 15 | 525 | 113 | 62 |
| Binary | 11011111 | 100000 | 1011101 | 0 | 1010110 | 111010 | 1101 | 101010101 | 1001011 | 110010 |
Color Harmonies of #DF205D
Complementary color
Monochromatic Colors of #DF205D
Black with #DF205D
Text Example
Text Example
White with #DF205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF205D; }
p { color: rgb(223,32,93); }
H1.HeaderClassName
{
color: #DF205D;
}
.AnyTagClassName
{
color: #DF205D;
}
</style>
background-color css
<style>
a { background-color: #DF205D; }
a { background-color: rgb(223,32,93); }
div.DivClassName
{
background-color: #DF205D;
}
.BgClassName
{
background-color: #DF205D;
}
</style>
border-color css
<style>
span { border-color: #DF205D; }
span { border-color: rgb(223,32,93); }
td.TdClassName
{
border-color: #DF205D;
}
.TagClassName
{
border-color: #DF205D;
}
</style>