Shades of Ruby #DF1067
Tints of Ruby #DF1067
RGB
CMYK
RGB Variations
Color information
#DF1067 (or 0xDF1067) is known color: Ruby. HEX triplet: DF, 10 and 67. RGB value is (223,16,103). Sum of RGB (Red+Green+Blue) = 223+16+103=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1067 is #20EF98. Grayscale: #575757. Windows color (decimal): -2158489 or 6754527. OLE color: 6754527.
HSL color Cylindrical-coordinate representation of color #DF1067: hue angle of 334.78º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1067 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.13 |
| HSL | 334.78º | 0.87% | 0.47% | - |
| HSV(B) | 334.78º | 0.93% | 0.87% | - |
| XYZ | 33.06 | 17.04 | 14.38 | - |
| YUV | 87.81 | 136.58 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 103 | 0 | 0.93 | 0.54 | 0.13 | 334.78 | 0.87 | 0.47 |
| Hex | DF | 10 | 67 | 0 | 5D | 36 | D | 14F | 57 | 2F |
| Octal | 337 | 20 | 147 | 0 | 135 | 66 | 15 | 517 | 127 | 57 |
| Binary | 11011111 | 10000 | 1100111 | 0 | 1011101 | 110110 | 1101 | 101001111 | 1010111 | 101111 |
Color Harmonies of #DF1067
Complementary color
Monochromatic Colors of #DF1067
Black with #DF1067
Text Example
Text Example
White with #DF1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1067; }
p { color: rgb(223,16,103); }
H1.HeaderClassName
{
color: #DF1067;
}
.AnyTagClassName
{
color: #DF1067;
}
</style>
background-color css
<style>
a { background-color: #DF1067; }
a { background-color: rgb(223,16,103); }
div.DivClassName
{
background-color: #DF1067;
}
.BgClassName
{
background-color: #DF1067;
}
</style>
border-color css
<style>
span { border-color: #DF1067; }
span { border-color: rgb(223,16,103); }
td.TdClassName
{
border-color: #DF1067;
}
.TagClassName
{
border-color: #DF1067;
}
</style>