Shades of Ruby #DF185F
Tints of Ruby #DF185F
RGB
CMYK
RGB Variations
Color information
#DF185F (or 0xDF185F) is known color: Ruby. HEX triplet: DF, 18 and 5F. RGB value is (223,24,95). Sum of RGB (Red+Green+Blue) = 223+24+95=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF185F is #20E7A0. Grayscale: #5B5B5B. Windows color (decimal): -2156449 or 6232287. OLE color: 6232287.
HSL color Cylindrical-coordinate representation of color #DF185F: hue angle of 338.59º 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 #DF185F is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 95 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.13 |
| HSL | 338.59º | 0.81% | 0.48% | - |
| HSV(B) | 338.59º | 0.89% | 0.87% | - |
| XYZ | 32.82 | 17.17 | 12.41 | - |
| YUV | 91.6 | 129.93 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 95 | 0 | 0.89 | 0.57 | 0.13 | 338.59 | 0.81 | 0.48 |
| Hex | DF | 18 | 5F | 0 | 59 | 39 | D | 153 | 51 | 30 |
| Octal | 337 | 30 | 137 | 0 | 131 | 71 | 15 | 523 | 121 | 60 |
| Binary | 11011111 | 11000 | 1011111 | 0 | 1011001 | 111001 | 1101 | 101010011 | 1010001 | 110000 |
Color Harmonies of #DF185F
Complementary color
Monochromatic Colors of #DF185F
Black with #DF185F
Text Example
Text Example
White with #DF185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF185F; }
p { color: rgb(223,24,95); }
H1.HeaderClassName
{
color: #DF185F;
}
.AnyTagClassName
{
color: #DF185F;
}
</style>
background-color css
<style>
a { background-color: #DF185F; }
a { background-color: rgb(223,24,95); }
div.DivClassName
{
background-color: #DF185F;
}
.BgClassName
{
background-color: #DF185F;
}
</style>
border-color css
<style>
span { border-color: #DF185F; }
span { border-color: rgb(223,24,95); }
td.TdClassName
{
border-color: #DF185F;
}
.TagClassName
{
border-color: #DF185F;
}
</style>