Shades of Ruby #DF195D
Tints of Ruby #DF195D
RGB
CMYK
RGB Variations
Color information
#DF195D (or 0xDF195D) is known color: Ruby. HEX triplet: DF, 19 and 5D. RGB value is (223,25,93). Sum of RGB (Red+Green+Blue) = 223+25+93=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF195D is #20E6A2. Grayscale: #5B5B5B. Windows color (decimal): -2156195 or 6101471. OLE color: 6101471.
HSL color Cylindrical-coordinate representation of color #DF195D: hue angle of 339.39º 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 #DF195D is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 93 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.13 |
| HSL | 339.39º | 0.8% | 0.49% | - |
| HSV(B) | 339.39º | 0.89% | 0.87% | - |
| XYZ | 32.75 | 17.17 | 11.94 | - |
| YUV | 91.95 | 128.6 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 93 | 0 | 0.89 | 0.58 | 0.13 | 339.39 | 0.8 | 0.49 |
| Hex | DF | 19 | 5D | 0 | 59 | 3A | D | 153 | 50 | 31 |
| Octal | 337 | 31 | 135 | 0 | 131 | 72 | 15 | 523 | 120 | 61 |
| Binary | 11011111 | 11001 | 1011101 | 0 | 1011001 | 111010 | 1101 | 101010011 | 1010000 | 110001 |
Color Harmonies of #DF195D
Complementary color
Monochromatic Colors of #DF195D
Black with #DF195D
Text Example
Text Example
White with #DF195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF195D; }
p { color: rgb(223,25,93); }
H1.HeaderClassName
{
color: #DF195D;
}
.AnyTagClassName
{
color: #DF195D;
}
</style>
background-color css
<style>
a { background-color: #DF195D; }
a { background-color: rgb(223,25,93); }
div.DivClassName
{
background-color: #DF195D;
}
.BgClassName
{
background-color: #DF195D;
}
</style>
border-color css
<style>
span { border-color: #DF195D; }
span { border-color: rgb(223,25,93); }
td.TdClassName
{
border-color: #DF195D;
}
.TagClassName
{
border-color: #DF195D;
}
</style>