Shades of Ruby #DF205E
Tints of Ruby #DF205E
RGB
CMYK
RGB Variations
Color information
#DF205E (or 0xDF205E) is known color: Ruby. HEX triplet: DF, 20 and 5E. RGB value is (223,32,94). Sum of RGB (Red+Green+Blue) = 223+32+94=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF205E is #20DFA1. Grayscale: #606060. Windows color (decimal): -2154402 or 6168799. OLE color: 6168799.
HSL color Cylindrical-coordinate representation of color #DF205E: hue angle of 340.52º 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 #DF205E is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 94 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.13 |
| HSL | 340.52º | 0.75% | 0.5% | - |
| HSV(B) | 340.52º | 0.86% | 0.87% | - |
| XYZ | 32.97 | 17.53 | 12.24 | - |
| YUV | 96.18 | 126.78 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 94 | 0 | 0.86 | 0.58 | 0.13 | 340.52 | 0.75 | 0.5 |
| Hex | DF | 20 | 5E | 0 | 56 | 3A | D | 155 | 4B | 32 |
| Octal | 337 | 40 | 136 | 0 | 126 | 72 | 15 | 525 | 113 | 62 |
| Binary | 11011111 | 100000 | 1011110 | 0 | 1010110 | 111010 | 1101 | 101010101 | 1001011 | 110010 |
Color Harmonies of #DF205E
Complementary color
Monochromatic Colors of #DF205E
Black with #DF205E
Text Example
Text Example
White with #DF205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF205E; }
p { color: rgb(223,32,94); }
H1.HeaderClassName
{
color: #DF205E;
}
.AnyTagClassName
{
color: #DF205E;
}
</style>
background-color css
<style>
a { background-color: #DF205E; }
a { background-color: rgb(223,32,94); }
div.DivClassName
{
background-color: #DF205E;
}
.BgClassName
{
background-color: #DF205E;
}
</style>
border-color css
<style>
span { border-color: #DF205E; }
span { border-color: rgb(223,32,94); }
td.TdClassName
{
border-color: #DF205E;
}
.TagClassName
{
border-color: #DF205E;
}
</style>