Shades of Ruby #DF146D
Tints of Ruby #DF146D
RGB
CMYK
RGB Variations
Color information
#DF146D (or 0xDF146D) is known color: Ruby. HEX triplet: DF, 14 and 6D. RGB value is (223,20,109). Sum of RGB (Red+Green+Blue) = 223+20+109=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF146D is #20EB92. Grayscale: #5A5A5A. Windows color (decimal): -2157459 or 7148767. OLE color: 7148767.
HSL color Cylindrical-coordinate representation of color #DF146D: hue angle of 333.69º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF146D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 109 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.13 |
| HSL | 333.69º | 0.84% | 0.48% | - |
| HSV(B) | 333.69º | 0.91% | 0.87% | - |
| XYZ | 33.44 | 17.29 | 16.04 | - |
| YUV | 90.84 | 138.25 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 109 | 0 | 0.91 | 0.51 | 0.13 | 333.69 | 0.84 | 0.48 |
| Hex | DF | 14 | 6D | 0 | 5B | 33 | D | 14E | 54 | 30 |
| Octal | 337 | 24 | 155 | 0 | 133 | 63 | 15 | 516 | 124 | 60 |
| Binary | 11011111 | 10100 | 1101101 | 0 | 1011011 | 110011 | 1101 | 101001110 | 1010100 | 110000 |
Color Harmonies of #DF146D
Complementary color
Monochromatic Colors of #DF146D
Black with #DF146D
Text Example
Text Example
White with #DF146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF146D; }
p { color: rgb(223,20,109); }
H1.HeaderClassName
{
color: #DF146D;
}
.AnyTagClassName
{
color: #DF146D;
}
</style>
background-color css
<style>
a { background-color: #DF146D; }
a { background-color: rgb(223,20,109); }
div.DivClassName
{
background-color: #DF146D;
}
.BgClassName
{
background-color: #DF146D;
}
</style>
border-color css
<style>
span { border-color: #DF146D; }
span { border-color: rgb(223,20,109); }
td.TdClassName
{
border-color: #DF146D;
}
.TagClassName
{
border-color: #DF146D;
}
</style>