Shades of Ruby #DF185D
Tints of Ruby #DF185D
RGB
CMYK
RGB Variations
Color information
#DF185D (or 0xDF185D) is known color: Ruby. HEX triplet: DF, 18 and 5D. RGB value is (223,24,93). Sum of RGB (Red+Green+Blue) = 223+24+93=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF185D is #20E7A2. Grayscale: #5B5B5B. Windows color (decimal): -2156451 or 6101215. OLE color: 6101215.
HSL color Cylindrical-coordinate representation of color #DF185D: hue angle of 339.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF185D is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 93 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.13 |
| HSL | 339.2º | 0.81% | 0.48% | - |
| HSV(B) | 339.2º | 0.89% | 0.87% | - |
| XYZ | 32.73 | 17.13 | 11.94 | - |
| YUV | 91.37 | 128.93 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 93 | 0 | 0.89 | 0.58 | 0.13 | 339.2 | 0.81 | 0.48 |
| Hex | DF | 18 | 5D | 0 | 59 | 3A | D | 153 | 51 | 30 |
| Octal | 337 | 30 | 135 | 0 | 131 | 72 | 15 | 523 | 121 | 60 |
| Binary | 11011111 | 11000 | 1011101 | 0 | 1011001 | 111010 | 1101 | 101010011 | 1010001 | 110000 |
Color Harmonies of #DF185D
Complementary color
Monochromatic Colors of #DF185D
Black with #DF185D
Text Example
Text Example
White with #DF185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF185D; }
p { color: rgb(223,24,93); }
H1.HeaderClassName
{
color: #DF185D;
}
.AnyTagClassName
{
color: #DF185D;
}
</style>
background-color css
<style>
a { background-color: #DF185D; }
a { background-color: rgb(223,24,93); }
div.DivClassName
{
background-color: #DF185D;
}
.BgClassName
{
background-color: #DF185D;
}
</style>
border-color css
<style>
span { border-color: #DF185D; }
span { border-color: rgb(223,24,93); }
td.TdClassName
{
border-color: #DF185D;
}
.TagClassName
{
border-color: #DF185D;
}
</style>