Shades of Ruby #DF196A
Tints of Ruby #DF196A
RGB
CMYK
RGB Variations
Color information
#DF196A (or 0xDF196A) is known color: Ruby. HEX triplet: DF, 19 and 6A. RGB value is (223,25,106). Sum of RGB (Red+Green+Blue) = 223+25+106=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF196A is #20E695. Grayscale: #5D5D5D. Windows color (decimal): -2156182 or 6953439. OLE color: 6953439.
HSL color Cylindrical-coordinate representation of color #DF196A: hue angle of 335.45º 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 #DF196A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 106 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.13 |
| HSL | 335.45º | 0.8% | 0.49% | - |
| HSV(B) | 335.45º | 0.89% | 0.87% | - |
| XYZ | 33.38 | 17.42 | 15.24 | - |
| YUV | 93.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 106 | 0 | 0.89 | 0.52 | 0.13 | 335.45 | 0.8 | 0.49 |
| Hex | DF | 19 | 6A | 0 | 59 | 34 | D | 14F | 50 | 31 |
| Octal | 337 | 31 | 152 | 0 | 131 | 64 | 15 | 517 | 120 | 61 |
| Binary | 11011111 | 11001 | 1101010 | 0 | 1011001 | 110100 | 1101 | 101001111 | 1010000 | 110001 |
Color Harmonies of #DF196A
Complementary color
Monochromatic Colors of #DF196A
Black with #DF196A
Text Example
Text Example
White with #DF196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF196A; }
p { color: rgb(223,25,106); }
H1.HeaderClassName
{
color: #DF196A;
}
.AnyTagClassName
{
color: #DF196A;
}
</style>
background-color css
<style>
a { background-color: #DF196A; }
a { background-color: rgb(223,25,106); }
div.DivClassName
{
background-color: #DF196A;
}
.BgClassName
{
background-color: #DF196A;
}
</style>
border-color css
<style>
span { border-color: #DF196A; }
span { border-color: rgb(223,25,106); }
td.TdClassName
{
border-color: #DF196A;
}
.TagClassName
{
border-color: #DF196A;
}
</style>