Shades of Ruby #DF195F
Tints of Ruby #DF195F
RGB
CMYK
RGB Variations
Color information
#DF195F (or 0xDF195F) is known color: Ruby. HEX triplet: DF, 19 and 5F. RGB value is (223,25,95). Sum of RGB (Red+Green+Blue) = 223+25+95=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF195F is #20E6A0. Grayscale: #5C5C5C. Windows color (decimal): -2156193 or 6232543. OLE color: 6232543.
HSL color Cylindrical-coordinate representation of color #DF195F: hue angle of 338.79º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF195F is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 95 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.13 |
| HSL | 338.79º | 0.8% | 0.49% | - |
| HSV(B) | 338.79º | 0.89% | 0.87% | - |
| XYZ | 32.84 | 17.21 | 12.42 | - |
| YUV | 92.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 95 | 0 | 0.89 | 0.57 | 0.13 | 338.79 | 0.8 | 0.49 |
| Hex | DF | 19 | 5F | 0 | 59 | 39 | D | 153 | 50 | 31 |
| Octal | 337 | 31 | 137 | 0 | 131 | 71 | 15 | 523 | 120 | 61 |
| Binary | 11011111 | 11001 | 1011111 | 0 | 1011001 | 111001 | 1101 | 101010011 | 1010000 | 110001 |
Color Harmonies of #DF195F
Complementary color
Monochromatic Colors of #DF195F
Black with #DF195F
Text Example
Text Example
White with #DF195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF195F; }
p { color: rgb(223,25,95); }
H1.HeaderClassName
{
color: #DF195F;
}
.AnyTagClassName
{
color: #DF195F;
}
</style>
background-color css
<style>
a { background-color: #DF195F; }
a { background-color: rgb(223,25,95); }
div.DivClassName
{
background-color: #DF195F;
}
.BgClassName
{
background-color: #DF195F;
}
</style>
border-color css
<style>
span { border-color: #DF195F; }
span { border-color: rgb(223,25,95); }
td.TdClassName
{
border-color: #DF195F;
}
.TagClassName
{
border-color: #DF195F;
}
</style>