Shades of Ruby #DF1268
Tints of Ruby #DF1268
RGB
CMYK
RGB Variations
Color information
#DF1268 (or 0xDF1268) is known color: Ruby. HEX triplet: DF, 12 and 68. RGB value is (223,18,104). Sum of RGB (Red+Green+Blue) = 223+18+104=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1268 is #20ED97. Grayscale: #585858. Windows color (decimal): -2157976 or 6820575. OLE color: 6820575.
HSL color Cylindrical-coordinate representation of color #DF1268: hue angle of 334.83º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1268 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 104 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.13 |
| HSL | 334.83º | 0.85% | 0.47% | - |
| HSV(B) | 334.83º | 0.92% | 0.87% | - |
| XYZ | 33.15 | 17.12 | 14.65 | - |
| YUV | 89.1 | 136.42 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 104 | 0 | 0.92 | 0.53 | 0.13 | 334.83 | 0.85 | 0.47 |
| Hex | DF | 12 | 68 | 0 | 5C | 35 | D | 14F | 55 | 2F |
| Octal | 337 | 22 | 150 | 0 | 134 | 65 | 15 | 517 | 125 | 57 |
| Binary | 11011111 | 10010 | 1101000 | 0 | 1011100 | 110101 | 1101 | 101001111 | 1010101 | 101111 |
Color Harmonies of #DF1268
Complementary color
Monochromatic Colors of #DF1268
Black with #DF1268
Text Example
Text Example
White with #DF1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1268; }
p { color: rgb(223,18,104); }
H1.HeaderClassName
{
color: #DF1268;
}
.AnyTagClassName
{
color: #DF1268;
}
</style>
background-color css
<style>
a { background-color: #DF1268; }
a { background-color: rgb(223,18,104); }
div.DivClassName
{
background-color: #DF1268;
}
.BgClassName
{
background-color: #DF1268;
}
</style>
border-color css
<style>
span { border-color: #DF1268; }
span { border-color: rgb(223,18,104); }
td.TdClassName
{
border-color: #DF1268;
}
.TagClassName
{
border-color: #DF1268;
}
</style>